File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
< label for ="tb_Account "> 帳號 Account</ label >
85
85
</ div >
86
86
< div class ="input-field " style ="margin-top: -20px; ">
87
- < input class ="user_input validate " id ="tb_Password " name ="password1 " type ="password " placeholder ="請輸入密碼 Password " value =" {{ form.data.username }} " >
87
+ < input class ="user_input validate " id ="tb_Password " name ="password1 " type ="password " placeholder ="請輸入密碼 Password ">
88
88
< label for ="tb_Password "> 密碼 Password</ label >
89
89
</ div >
90
90
< div class ="input-field " style ="margin-top: -20px; ">
91
- < input class ="user_input validate " id ="tb_Password_ck " name ="password2 " type ="password " placeholder ="請確認密碼 Check " value =" {{ form.data.password2 }} " >
91
+ < input class ="user_input validate " id ="tb_Password_ck " name ="password2 " type ="password " placeholder ="請確認密碼 Check ">
92
92
< label for ="tb_Password_ck "> 確認 Check</ label >
93
93
</ div >
94
94
< div class ="input-field " style ="margin-top: -20px; ">
You can’t perform that action at this time.
0 commit comments