[Help] Update links to new pattern (#658)
* [Help] Updated urls to current pattern * Rotate key update
This commit is contained in:
parent
8130fce404
commit
8cb029947b
|
@ -209,7 +209,7 @@ export class AttachmentsComponent implements OnInit {
|
|||
);
|
||||
if (confirmed) {
|
||||
this.platformUtilsService.launchUri(
|
||||
"https://help.bitwarden.com/article/update-encryption-key/"
|
||||
"https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ export class TwoFactorOptionsComponent implements OnInit {
|
|||
}
|
||||
|
||||
recover() {
|
||||
this.platformUtilsService.launchUri("https://help.bitwarden.com/article/lost-two-step-device/");
|
||||
this.platformUtilsService.launchUri("https://bitwarden.com/help/lost-two-step-device/");
|
||||
this.onRecoverSelected.emit();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -188,7 +188,7 @@ export class LoginCommand {
|
|||
const badCaptcha = Response.badRequest(
|
||||
"Your authentication request appears to be coming from a bot\n" +
|
||||
"Please use your API key to validate this request and ensure BW_CLIENTSECRET is correct, if set.\n" +
|
||||
"(https://bitwarden.com/help/article/cli-auth-challenges)"
|
||||
"(https://bitwarden.com/help/cli-auth-challenges)"
|
||||
);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue