We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb69c7e commit 6d2c290Copy full SHA for 6d2c290
templates/repo/migrate/codebase.tmpl
@@ -22,7 +22,6 @@
22
<label for="auth_username">{{.i18n.Tr "username"}}</label>
23
<input id="auth_username" name="auth_username" value="{{.auth_username}}" {{if not .auth_username}}data-need-clear="true"{{end}}>
24
</div>
25
- <input class="fake" type="password">
26
<div class="inline field {{if .Err_Auth}}error{{end}}">
27
<label for="auth_password">{{.i18n.Tr "password"}}</label>
28
<input id="auth_password" name="auth_password" type="password" value="{{.auth_password}}">
0 commit comments