1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

[Account Recovery][PM-18721] fix type errors

This commit is contained in:
rr-bw
2025-05-14 03:55:58 -07:00
parent 42e56d0bd3
commit db7a401b22

View File

@@ -653,7 +653,7 @@ export class InputPasswordComponent implements OnInit {
this.platformUtilsService.copyToClipboard(value, { window: window });
this.toastService.showToast({
variant: "info",
title: null,
title: "",
message: this.i18nService.t("valueCopied", this.i18nService.t("password")),
});
}