1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-15 15:53:51 +00:00

[review] Remove unused global state property for decodedToken

This commit is contained in:
addison
2021-11-11 12:18:41 -05:00
parent 00d8d87420
commit fbe3e02b15

View File

@@ -1,5 +1,4 @@
export class GlobalState {
decodedToken: any;
enableAlwaysOnTop: boolean;
installedVersion: string;
lastActive: number;