mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-24 14:23:03 +03:00
Add delay period to passwordless login
This commit is contained in:
parent
6d0424eb82
commit
1eb6a6fea5
@ -179,6 +179,7 @@ func LoginWithDevice(ctx context.Context, email string, cfg *config.Config, vaul
|
||||
}
|
||||
return loginResponseToken, crypto.MasterKeyFromBytes(masterKey), string(masterPasswordHash), nil
|
||||
}
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user