mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-24 17:11:39 +01: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
|
return loginResponseToken, crypto.MasterKeyFromBytes(masterKey), string(masterPasswordHash), nil
|
||||||
}
|
}
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user