Skip to content

Commit 6d2c290

Browse files
committed
Remove fake input on Codebase migration screen
1 parent eb69c7e commit 6d2c290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/repo/migrate/codebase.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<label for="auth_username">{{.i18n.Tr "username"}}</label>
2323
<input id="auth_username" name="auth_username" value="{{.auth_username}}" {{if not .auth_username}}data-need-clear="true"{{end}}>
2424
</div>
25-
<input class="fake" type="password">
2625
<div class="inline field {{if .Err_Auth}}error{{end}}">
2726
<label for="auth_password">{{.i18n.Tr "password"}}</label>
2827
<input id="auth_password" name="auth_password" type="password" value="{{.auth_password}}">

0 commit comments

Comments
 (0)