1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-29 06:33:15 +00:00

[Help] Update links to new pattern (#658)

* [Help] Updated urls to current pattern

* Rotate key update
This commit is contained in:
Vincent Salucci
2022-02-08 17:35:29 -06:00
committed by GitHub
parent 8130fce404
commit 8cb029947b
3 changed files with 3 additions and 3 deletions

View File

@@ -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();
}
}