mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +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(
|
||||
"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"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user