1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00: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

View File

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