1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

[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
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: fc0d624621...8b01eea446

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;
}