chore: remove unneeded this from PasswordReset.vue (#2473)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2473 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
3060d09287
commit
c2321703a7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
<div class="field is-grouped">
|
<div class="field is-grouped">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<x-button
|
<x-button
|
||||||
:loading="this.passwordResetService.loading"
|
:loading="passwordResetService.loading"
|
||||||
@click="submit"
|
@click="submit"
|
||||||
>
|
>
|
||||||
{{ $t('user.auth.resetPassword') }}
|
{{ $t('user.auth.resetPassword') }}
|
||||||
|
|
Loading…
Reference in a new issue