chore: remove unneeded this from PasswordReset.vue #2473

Merged
konrad merged 1 commits from dpschen/frontend:feature/chore-fix-unneded-this into main 2022-10-03 13:10:10 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<div class="field is-grouped">
<div class="control">
<x-button
:loading="this.passwordResetService.loading"
:loading="passwordResetService.loading"
@click="submit"
>
{{ $t('user.auth.resetPassword') }}