1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

update link for Web and Browser (#5779)

This commit is contained in:
rr-bw
2023-08-16 10:21:51 -07:00
committed by GitHub
parent 7dc284bc3e
commit acd169b113

View File

@@ -30,7 +30,7 @@ export class TwoFactorOptionsComponent implements OnInit {
}
recover() {
this.platformUtilsService.launchUri("https://bitwarden.com/help/lost-two-step-device/");
this.platformUtilsService.launchUri("https://vault.bitwarden.com/#/recover-2fa");
this.onRecoverSelected.emit();
}
}