1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

[PM-31611] [Defect] After entering an email, the Anyone with the link option cannot be selected anymore (#18844)

* add authType to to sendDetailsForm valueChanges
This commit is contained in:
John Harrington
2026-02-11 13:37:20 -07:00
committed by GitHub
parent b2f8fd67ef
commit f8976f992a

View File

@@ -199,6 +199,7 @@ export class SendDetailsComponent implements OnInit {
deletionDate: new Date(this.formattedDeletionDate),
expirationDate: new Date(this.formattedDeletionDate),
password: value.password,
authType: value.authType,
emails: value.emails
? value.emails
.split(",")