1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

fix remember bug and auto-focus on lock screen

This commit is contained in:
Kyle Spearrin
2017-09-28 11:03:41 -04:00
parent 6fa5582883
commit 3ce2fb484a
3 changed files with 7 additions and 4 deletions

View File

@@ -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',