mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
move sso properties to globalstate (#583)
* move sso properties to globalstate * whitespace * npm prettier changes
This commit is contained in:
@@ -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