mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-14 10:16:02 +01:00
fingerprint phrase article
This commit is contained in:
parent
1e7c3c058c
commit
87d205d472
@ -141,11 +141,12 @@ export class AppComponent implements OnInit {
|
|||||||
const fingerprint = await this.cryptoService.getFingerprint(
|
const fingerprint = await this.cryptoService.getFingerprint(
|
||||||
await this.userService.getUserId());
|
await this.userService.getUserId());
|
||||||
const result = await this.platformUtilsService.showDialog(
|
const result = await this.platformUtilsService.showDialog(
|
||||||
this.i18nService.t('yourAccountsFingerprint') + ': ' + fingerprint.join('-'),
|
this.i18nService.t('yourAccountsFingerprint') + ':\n' + fingerprint.join('-'),
|
||||||
this.i18nService.t('fingerprintPhrase'), this.i18nService.t('learnMore'),
|
this.i18nService.t('fingerprintPhrase'), this.i18nService.t('learnMore'),
|
||||||
this.i18nService.t('close'));
|
this.i18nService.t('close'));
|
||||||
if (result) {
|
if (result) {
|
||||||
this.platformUtilsService.launchUri('https://help.bitwarden.com');
|
this.platformUtilsService.launchUri(
|
||||||
|
'https://help.bitwarden.com/article/fingerprint-phrase/');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'openPasswordHistory':
|
case 'openPasswordHistory':
|
||||||
|
Loading…
Reference in New Issue
Block a user