1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 23:45:37 +00:00

PM-29919 resolved build issue

This commit is contained in:
Ben McFerren
2026-01-12 06:35:46 -05:00
parent b150272402
commit 73f6bc9ed8

View File

@@ -84,7 +84,7 @@ export class SendOptionsComponent implements OnInit {
),
);
authTypes = [
authTypes: { name: string; value: string | null; disabled?: boolean }[] = [
{ name: this.i18nService.t("none"), value: null },
{ name: this.i18nService.t("password"), value: "password" },
{ name: this.i18nService.t("specificPeople"), value: "email" },