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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user