Skip to content

Commit 79b8be8

Browse files
author
SheiUn
committed
Fix signup password value
1 parent 4c6ceea commit 79b8be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/templates/main/signup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
<label for="tb_Account">帳號 Account</label>
8585
</div>
8686
<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">
8888
<label for="tb_Password">密碼 Password</label>
8989
</div>
9090
<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">
9292
<label for="tb_Password_ck">確認 Check</label>
9393
</div>
9494
<div class="input-field" style="margin-top: -20px;">

0 commit comments

Comments
 (0)