Remove type limitation on login page

This commit is contained in:
Pig Fang 2019-04-03 10:24:33 +08:00
parent 3b55adc445
commit ac4fb12e42

View File

@ -4,7 +4,6 @@
<input
ref="identification"
v-model="identification"
type="email"
class="form-control"
:placeholder="$t('auth.identification')"
>