mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 21:40:45 +00:00
fix: autofill related issues (#6201)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{ .CSRF }}
|
||||
|
||||
<input type="hidden" name="authRequestID" value="{{ .AuthReqID }}" />
|
||||
<input type="hidden" name="loginName" value="{{ .LoginName }}" autocomplete="username" />
|
||||
<input type="text" name="loginName" value="{{ .LoginName }}" autocomplete="username" class="hidden" />
|
||||
|
||||
<div class="fields">
|
||||
<label class="lgn-label" for="password">{{t "Password.PasswordLabel"}}</label>
|
||||
|
||||
Reference in New Issue
Block a user