1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

PM-8482 Change KDF Confirmation no longer has browser validation (#9485)

* PM-8482 Change KDF Confirmation no longer has browser validation

* PM-8482 - ChangeKdfConfirmationComponent - use form invalid instead of manual form valid check

---------

Co-authored-by: Jared Snider <jsnider@bitwarden.com>
This commit is contained in:
KiruthigaManivannan
2024-06-17 00:02:08 +05:30
committed by GitHub
parent 66dc01cc62
commit 1976843f75

View File

@@ -41,6 +41,9 @@ export class ChangeKdfConfirmationComponent {
}
submit = async () => {
if (this.form.invalid) {
return;
}
this.loading = true;
await this.makeKeyAndSaveAsync();
this.platformUtilsService.showToast(