mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
remove code accidentally left in from previous PR (#11193)
This commit is contained in:
parent
1a8ae63689
commit
03cc60a3db
1 changed files with 0 additions and 9 deletions
|
|
@ -612,15 +612,6 @@ the way that the Fleet server works.
|
|||
}
|
||||
}
|
||||
|
||||
// err = svc.RequestPasswordReset(context.Background(), "admin@fleetdm.com")
|
||||
// if err != nil {
|
||||
// level.Error(logger).Log("err", err)
|
||||
// }
|
||||
// err = svc.ResetPassword(context.Background(), "dnF5N1QwUmdWNWhzeDhsUjQxdW5BRmtQRCtzS3FyMkk=", "password1234!")
|
||||
// if err != nil {
|
||||
// level.Error(logger).Log("err", err)
|
||||
// }
|
||||
|
||||
instanceID, err := server.GenerateRandomText(64)
|
||||
if err != nil {
|
||||
initFatal(errors.New("Error generating random instance identifier"), "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue