mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 21:40:45 +00:00
fix u2f hostname, layout, check for password change required before all other checks after pws check, totp design
This commit is contained in:
@@ -213,7 +213,7 @@ export function SetPasswordForm({
|
||||
</Alert>
|
||||
)}
|
||||
{codeRequired && (
|
||||
<div className="flex flex-row items-end">
|
||||
<div>
|
||||
<TextInput
|
||||
type="text"
|
||||
required
|
||||
@@ -227,7 +227,7 @@ export function SetPasswordForm({
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
<div className="">
|
||||
<div>
|
||||
<TextInput
|
||||
type="password"
|
||||
autoComplete="new-password"
|
||||
@@ -240,7 +240,7 @@ export function SetPasswordForm({
|
||||
data-testid="password-text-input"
|
||||
/>
|
||||
</div>
|
||||
<div className="">
|
||||
<div>
|
||||
<TextInput
|
||||
type="password"
|
||||
required
|
||||
|
||||
Reference in New Issue
Block a user