mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-28 06:09:46 +03:00
Fix formatting
This commit is contained in:
parent
dee831b79c
commit
22072a7a05
@ -146,7 +146,7 @@ func LoginWithDevice(ctx context.Context, email string, cfg *config.Config, vaul
|
||||
default:
|
||||
authRequestData, err := GetAuthRequest(ctx, data.ID, cfg)
|
||||
if err != nil {
|
||||
log.Error("Could not get auth request: ", err)
|
||||
log.Error("Could not get auth request: %s", err.Error())
|
||||
}
|
||||
if authRequestData.RequestApproved {
|
||||
masterKey, err := crypto.DecryptWithAsymmetric([]byte(authRequestData.Key), publicKey)
|
||||
|
Loading…
Reference in New Issue
Block a user