1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-08 09:43:42 +01:00

Update email on sponsored families signup to update on change (#9649)

This commit is contained in:
Conner Turnbull 2024-06-21 14:01:04 -04:00 committed by GitHub
parent 400795732f
commit 87932cf926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ export class SponsoredFamiliesComponent implements OnInit, OnDestroy {
true,
),
],
updateOn: "blur",
updateOn: "change",
}),
});
}