Skip to content

Commit

Permalink
fix: ,load masks
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 26, 2023
1 parent e192453 commit 4ec4d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/reset-password.dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ export default {
return;
}
form.mask();
this.ext.mask();
const res = await this.$api.call( "session/set-password-by-token", values.token, values.password );
form.unmask();
this.ext.unmask();
if ( res.ok ) {
this.$toast( this.l10n( "Password changed" ) );
Expand Down

0 comments on commit 4ec4d56

Please sign in to comment.