File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
</div >
19
19
</label >
20
20
21
- <
input type =
" email" class =
" icon-padding" id =
" email" name =
" email" maxlength =
" 255" v-model =
" form.email.val" placeholder =
" [email protected] " @keydown =
" form.valid=false" ref = " focusInput " disabled =
" true" required />
21
+ <
input type =
" email" class =
" icon-padding" id =
" email" name =
" email" maxlength =
" 255" v-model =
" form.email.val" placeholder =
" [email protected] " @keydown =
" form.valid=false" disabled =
" true" required />
22
22
<svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 48 48" v-if =" form.email.val && form.email.val.length > -1 && (form.email.valid && form.email.unique)" class =" input-icon valid" >
23
23
<title ></title >
24
24
<polygon class =" cls-1" points =" 19.69 37.19 7.23 24.73 10.77 21.2 19.69 30.12 37.23 12.58 40.77 16.11 19.69 37.19" />
46
46
</div >
47
47
</label >
48
48
49
- <input type =" text" class =" input-text icon-padding" id =" username" name =" username" maxlength =" 50" v-model =" form.username.val" placeholder =" your-username" @keydown =" form.valid=false" required />
49
+ <input type =" text" class =" input-text icon-padding" id =" username" ref = " focusInput " name =" username" maxlength =" 50" v-model =" form.username.val" placeholder =" your-username" @keydown =" form.valid=false" required />
50
50
<svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 48 48" v-if =" form.username.val && form.username.val.length > -1 && (form.username.valid && form.username.unique)" class =" input-icon valid" >
51
51
<title ></title >
52
52
<polygon class =" cls-1" points =" 19.69 37.19 7.23 24.73 10.77 21.2 19.69 30.12 37.23 12.58 40.77 16.11 19.69 37.19" />
You can’t perform that action at this time.
0 commit comments