chore: remove unneeded this from PasswordReset.vue
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dominik Pschenitschni 2022-10-03 14:00:56 +02:00
parent 9126d22822
commit abc4ec9ea4
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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') }}