mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Move KeyConnector call from client to syncService (#1252)
This commit is contained in:
parent
37b03b09a1
commit
c6eaf3a31e
@ -322,7 +322,6 @@ export class AppComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "convertAccountToKeyConnector":
|
case "convertAccountToKeyConnector":
|
||||||
await this.keyConnectorService.setConvertAccountRequired(true);
|
|
||||||
this.router.navigate(["/remove-password"]);
|
this.router.navigate(["/remove-password"]);
|
||||||
break;
|
break;
|
||||||
case "switchAccount":
|
case "switchAccount":
|
||||||
|
Loading…
Reference in New Issue
Block a user