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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user