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

Delete missed state in #8122 (#8428)

This commit is contained in:
Matt Gibson
2024-03-21 13:42:09 -05:00
committed by GitHub
parent 19c97fb796
commit 9a70e63e73
3 changed files with 0 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ import { ThemeType } from "../../enums";
export class GlobalState {
installedVersion?: string;
locale?: string;
organizationInvitation?: any;
rememberedEmail?: string;
theme?: ThemeType = ThemeType.System;