1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Hide change password when using key connector (#1153)

This commit is contained in:
Oscar Hinton
2021-11-11 23:41:08 +01:00
committed by GitHub
parent 9124314ef9
commit fa98ef37ec
3 changed files with 6 additions and 6 deletions

View File

@@ -338,7 +338,7 @@ export class AppComponent implements OnInit {
let data: any;
if (type === 'sync') {
data = {
enableChangeMasterPass: !await this.keyConnectorService.getUsesKeyConnector(),
hideChangeMasterPass: await this.keyConnectorService.getUsesKeyConnector(),
};
} else {
data = {