1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Move KeyConnector call from client to syncService (#1252)

This commit is contained in:
Thomas Rittson
2022-01-21 19:32:44 +10:00
committed by GitHub
parent 37b03b09a1
commit c6eaf3a31e

View File

@@ -322,7 +322,6 @@ export class AppComponent implements OnInit {
}
break;
case "convertAccountToKeyConnector":
await this.keyConnectorService.setConvertAccountRequired(true);
this.router.navigate(["/remove-password"]);
break;
case "switchAccount":