1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

migrate auto key

- add helper to internal crypto service method to migrate
This commit is contained in:
Jacob Fink
2023-06-07 13:24:27 -04:00
parent 9ce3b4976b
commit c2893bd0a8
3 changed files with 22 additions and 7 deletions

View File

@@ -177,8 +177,7 @@ export class AuthService implements AuthServiceAbstraction {
this.messagingService,
this.logService,
this.stateService,
this.twoFactorService,
this
this.twoFactorService
);
break;
}