1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

fingerprint phrase article

This commit is contained in:
Kyle Spearrin 2018-11-16 11:17:16 -05:00
parent 50dd2048ff
commit 63b72d5e8e

View File

@ -219,7 +219,7 @@ export class SettingsComponent implements OnInit {
});
if (result) {
this.platformUtilsService.launchUri('https://help.bitwarden.com');
this.platformUtilsService.launchUri('https://help.bitwarden.com/article/fingerprint-phrase/');
}
}