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:
2
jslib
2
jslib
Submodule jslib updated: fc0d624621...8b01eea446
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user