1
0
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:
Bernd Schoolmann
2025-01-14 15:47:19 +01:00
committed by GitHub
parent 6d07a4932a
commit b083a05d9f

View File

@@ -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) => {