mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Fix error prompt (#12830)
This commit is contained in:
@@ -157,7 +157,7 @@ export class TwoFactorComponent extends CaptchaProtectedComponent implements OnI
|
|||||||
this.toastService.showToast({
|
this.toastService.showToast({
|
||||||
variant: "error",
|
variant: "error",
|
||||||
title: this.i18nService.t("errorOccurred"),
|
title: this.i18nService.t("errorOccurred"),
|
||||||
message: error,
|
message: this.i18nService.t("webauthnCancelOrTimeout"),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
(info: string) => {
|
(info: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user