mirror of
https://github.com/bitwarden/jslib
synced 2025-12-14 15:23:37 +00:00
move sso properties to globalstate (#583)
* move sso properties to globalstate * whitespace * npm prettier changes
This commit is contained in:
@@ -95,9 +95,6 @@ export class AccountProfile {
|
||||
hasPremiumPersonally?: boolean;
|
||||
lastActive?: number;
|
||||
lastSync?: string;
|
||||
ssoCodeVerifier?: string;
|
||||
ssoOrganizationIdentifier?: string;
|
||||
ssoState?: string;
|
||||
userId?: string;
|
||||
usesKeyConnector?: boolean;
|
||||
keyHash?: string;
|
||||
|
||||
@@ -5,6 +5,9 @@ export class GlobalState {
|
||||
locale?: string;
|
||||
openAtLogin?: boolean;
|
||||
organizationInvitation?: any;
|
||||
ssoCodeVerifier?: string;
|
||||
ssoOrganizationIdentifier?: string;
|
||||
ssoState?: string;
|
||||
rememberedEmail?: string;
|
||||
theme?: string;
|
||||
window?: Map<string, any> = new Map<string, any>();
|
||||
|
||||
Reference in New Issue
Block a user