add h2 and save user info to db
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<a-input
|
||||
placeholder="username"
|
||||
:allowClear="true"
|
||||
:maxLength="50"
|
||||
:maxLength="30"
|
||||
v-decorator="[
|
||||
'username',
|
||||
{
|
||||
@@ -30,7 +30,7 @@
|
||||
<a-input
|
||||
placeholder="password"
|
||||
:allowClear="true"
|
||||
:maxLength="50"
|
||||
:maxLength="30"
|
||||
v-decorator="[
|
||||
'password',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user