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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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(