mirror of
https://github.com/bitwarden/jslib
synced 2025-12-25 20:53:28 +00:00
[bug] Initialize GlobalState by default
This commit is contained in:
@@ -3,7 +3,7 @@ import { GlobalState } from './globalState';
|
||||
|
||||
export class State {
|
||||
accounts: { [userId: string]: Account } = {};
|
||||
globals: GlobalState;
|
||||
globals: GlobalState = new GlobalState();
|
||||
activeUserId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user