mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Move keyConnectorService call to syncService (#2279)
This commit is contained in:
@@ -116,7 +116,6 @@ export class AppComponent implements OnInit {
|
||||
});
|
||||
} else if (msg.command === "convertAccountToKeyConnector") {
|
||||
this.ngZone.run(async () => {
|
||||
await this.keyConnectoService.setConvertAccountRequired(true);
|
||||
this.router.navigate(["/remove-password"]);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user