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 <input
ref="identification" ref="identification"
v-model="identification" v-model="identification"
type="email"
class="form-control" class="form-control"
:placeholder="$t('auth.identification')" :placeholder="$t('auth.identification')"
> >