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

cleanup various sso tasks (#617)

This commit is contained in:
Kyle Spearrin
2020-08-20 16:39:05 -04:00
committed by GitHub
parent b2685d455b
commit 56e92b1695
9 changed files with 47 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ export class HtmlStorageService implements StorageService {
ConstantsService.disableFaviconKey, 'rememberEmail', 'enableGravatars', 'enableFullWidth',
ConstantsService.localeKey, ConstantsService.autoConfirmFingerprints,
ConstantsService.vaultTimeoutKey, ConstantsService.vaultTimeoutActionKey, ConstantsService.ssoCodeVerifierKey,
ConstantsService.ssoStateKey]);
ConstantsService.ssoStateKey, 'ssoOrgIdentifier']);
private localStorageStartsWithKeys = ['twoFactorToken_', ConstantsService.collapsedGroupingsKey + '_'];
constructor(private platformUtilsService: PlatformUtilsService) { }