1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

remember email on login

This commit is contained in:
Kyle Spearrin
2018-07-13 09:13:37 -04:00
parent 1dc4f851cb
commit e5733b83a0
7 changed files with 29 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import { ConstantsService } from 'jslib/services';
export class HtmlStorageService implements StorageService {
private localStorageKeys = new Set(['appId', 'anonymousAppId', 'rememberedEmail', 'passwordGenerationOptions',
ConstantsService.disableFaviconKey, ConstantsService.lockOptionKey,
ConstantsService.disableFaviconKey, ConstantsService.lockOptionKey, 'rememberEmail',
ConstantsService.localeKey, ConstantsService.lockOptionKey]);
private localStorageStartsWithKeys = ['twoFactorToken_'];