mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(sign up): prevent double request to sign up route
This commit is contained in:
parent
2062e78959
commit
010da977a4
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@
|
|||
class="btn btn-block btn-info sign-up"
|
||||
:disabled="signupFormInvalid"
|
||||
type="submit"
|
||||
@click="register()"
|
||||
>
|
||||
{{ $t('signup') }}
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue