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 4ec4d56 commit fd53309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/reset-password.dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<script>
import passwords from "#core/passwords";
import masks from "#src/masks";
export default {
"props": {
Expand Down Expand Up @@ -83,7 +84,7 @@ export default {
return;
}
this.ext.mask();
this.ext.mask( masks.loadMask );
const res = await this.$api.call( "session/set-password-by-token", values.token, values.password );
Expand Down

0 comments on commit fd53309

Please sign in to comment.