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