mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
linting failures from community pr update (#7434)
This commit is contained in:
@@ -355,14 +355,14 @@ export class AddEditComponent extends BaseAddEditComponent {
|
|||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"success",
|
"success",
|
||||||
null,
|
null,
|
||||||
this.i18nService.t("totpCaptureSuccess")
|
this.i18nService.t("totpCaptureSuccess"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"error",
|
"error",
|
||||||
this.i18nService.t("errorOccurred"),
|
this.i18nService.t("errorOccurred"),
|
||||||
this.i18nService.t("totpCaptureError")
|
this.i18nService.t("totpCaptureError"),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -665,7 +665,7 @@ export class AddEditComponent implements OnInit, OnDestroy {
|
|||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"info",
|
"info",
|
||||||
null,
|
null,
|
||||||
this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey))
|
this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey)),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (typeI18nKey === "password") {
|
if (typeI18nKey === "password") {
|
||||||
|
|||||||
Reference in New Issue
Block a user