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;
|
||||
case "convertAccountToKeyConnector":
|
||||
await this.keyConnectorService.setConvertAccountRequired(true);
|
||||
this.router.navigate(["/remove-password"]);
|
||||
break;
|
||||
case "switchAccount":
|
||||
|
|
Loading…
Reference in New Issue