mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
[Key Connector] Resolve not prompting to remove password (#1168)
This commit is contained in:
parent
30d3192344
commit
25b915cf26
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit fc0d6246215f6154c2d566e44f6ddbe8eaa056e6
|
||||
Subproject commit 8b01eea4467a8b1d411dab44d9a9b9a66a0ad341
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user