When Registration OK, go to Login and show message to verify email.

This commit is contained in:
Paolo Arena
2019-01-01 03:22:01 +01:00
parent 7a217c3ca9
commit d0de816ceb
10 changed files with 56 additions and 140 deletions

View File

@@ -43,6 +43,7 @@
>
<q-input
v-model="signup.password"
type="password"
:before="[{icon: 'vpn_key', handler () {}}]"
@blur="$v.signup.password.$touch"
:error="$v.signup.password.$error"
@@ -55,6 +56,7 @@
>
<q-input
v-model="signup.repeatPassword"
type="password"
:before="[{icon: 'vpn_key', handler () {}}]"
@blur="$v.signup.repeatPassword.$touch"
:error="$v.signup.repeatPassword.$error"