[Key Connector] Resolve not prompting to remove password (#1168)

This commit is contained in:
Oscar Hinton 2021-11-19 13:55:31 +01:00 committed by GitHub
parent 30d3192344
commit 25b915cf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit fc0d6246215f6154c2d566e44f6ddbe8eaa056e6
Subproject commit 8b01eea4467a8b1d411dab44d9a9b9a66a0ad341

View File

@ -273,7 +273,7 @@ export class AppComponent implements OnInit {
}
break;
case 'convertAccountToKeyConnector':
this.keyConnectorService.setConvertAccountRequired(true);
await this.keyConnectorService.setConvertAccountRequired(true);
this.router.navigate(['/remove-password']);
break;
}