mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
parent
166c459da4
commit
c1a3178538
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 92a65b7b368a8dbf55350657674c90169b04c30b
|
||||
Subproject commit 448856cc22510086bfddc99e3f1022ee28727694
|
@ -4,7 +4,12 @@ import { Account } from "../models/account";
|
||||
|
||||
import { StateService as StateServiceAbstraction } from "jslib-common/abstractions/state.service";
|
||||
|
||||
export class StateService extends BaseStateService<Account> implements StateServiceAbstraction {
|
||||
import { GlobalState } from "jslib-common/models/domain/globalState";
|
||||
|
||||
export class StateService
|
||||
extends BaseStateService<GlobalState, Account>
|
||||
implements StateServiceAbstraction
|
||||
{
|
||||
async addAccount(account: Account) {
|
||||
// Apply desktop overides to default account values
|
||||
account = new Account(account);
|
||||
|
Loading…
Reference in New Issue
Block a user