1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-21 16:18:28 +01:00

linting failures from community pr update (#7434)

This commit is contained in:
Jason Ng 2024-01-03 15:36:48 -05:00 committed by GitHub
parent 1b4717a78f
commit eebd10dfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -355,14 +355,14 @@ export class AddEditComponent extends BaseAddEditComponent {
this.platformUtilsService.showToast(
"success",
null,
this.i18nService.t("totpCaptureSuccess")
this.i18nService.t("totpCaptureSuccess"),
);
}
} catch (e) {
this.platformUtilsService.showToast(
"error",
this.i18nService.t("errorOccurred"),
this.i18nService.t("totpCaptureError")
this.i18nService.t("totpCaptureError"),
);
}
}

View File

@ -665,7 +665,7 @@ export class AddEditComponent implements OnInit, OnDestroy {
this.platformUtilsService.showToast(
"info",
null,
this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey))
this.i18nService.t("valueCopied", this.i18nService.t(typeI18nKey)),
);
if (typeI18nKey === "password") {