mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[Help] Update links to new pattern (#1300)
* [Help] Update links to new pattern * Update jslib
This commit is contained in:
@@ -219,9 +219,7 @@ export class AppComponent implements OnInit {
|
||||
this.i18nService.t("close")
|
||||
);
|
||||
if (result) {
|
||||
this.platformUtilsService.launchUri(
|
||||
"https://help.bitwarden.com/article/fingerprint-phrase/"
|
||||
);
|
||||
this.platformUtilsService.launchUri("https://bitwarden.com/help/fingerprint-phrase/");
|
||||
}
|
||||
break;
|
||||
case "openPasswordHistory":
|
||||
@@ -263,7 +261,7 @@ export class AppComponent implements OnInit {
|
||||
);
|
||||
if (emailVerificationConfirmed) {
|
||||
this.platformUtilsService.launchUri(
|
||||
"https://bitwarden.com/help/article/create-bitwarden-account/"
|
||||
"https://bitwarden.com/help/create-bitwarden-account/"
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -119,7 +119,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
|
||||
|
||||
openHelpReprompt() {
|
||||
this.platformUtilsService.launchUri(
|
||||
"https://bitwarden.com/help/article/managing-items/#protect-individual-items"
|
||||
"https://bitwarden.com/help/managing-items/#protect-individual-items"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user