Move KeyConnector call from client to syncService (#1252)

This commit is contained in:
Thomas Rittson 2022-01-21 19:32:44 +10:00 committed by GitHub
parent 37b03b09a1
commit c6eaf3a31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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":