fix u2f hostname, layout, check for password change required before all other checks after pws check, totp design

This commit is contained in:
Max Peintner
2024-12-13 10:16:36 +01:00
parent e087711cf2
commit 8c6c41072d
6 changed files with 36 additions and 79 deletions

View File

@@ -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