bitwarden-browser/apps/web/src/app/core/state/global-state.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
182 B
TypeScript
Raw Normal View History

import { GlobalState as BaseGlobalState } from "@bitwarden/common/platform/models/domain/global-state";
export class GlobalState extends BaseGlobalState {
2022-02-24 12:10:07 +01:00
rememberEmail = true;
}