mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 22:23:28 +00:00
[bug] Default rememberEmail to true (#1429)
This commit is contained in:
@@ -4,4 +4,5 @@ import { GlobalState as BaseGlobalState } from "jslib-common/models/domain/globa
|
||||
|
||||
export class GlobalState extends BaseGlobalState {
|
||||
theme?: ThemeType = ThemeType.Light;
|
||||
rememberEmail: boolean = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user