mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
fix remember bug and auto-focus on lock screen
This commit is contained in:
@@ -57,7 +57,7 @@ function initApiService() {
|
||||
|
||||
// Hack for Edge. For some reason tokenRequest loses proto. Rebuild it here.
|
||||
tokenRequest = new TokenRequest(tokenRequest.email, tokenRequest.masterPasswordHash, tokenRequest.provider,
|
||||
tokenRequest.token, tokenRequest.remeber, tokenRequest.device);
|
||||
tokenRequest.token, tokenRequest.remember, tokenRequest.device);
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user