1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

Move keyConnectorService call to syncService (#1405)

This commit is contained in:
Thomas Rittson 2022-01-21 19:33:09 +10:00 committed by GitHub
parent caad11c571
commit 84a65edc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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