<.header> {t_auth("Re-authenticate")} <:subtitle> {t_auth("Enter the 6-digit code from your authenticator app to continue")}
<.form :let={f} for={@form} as={:user} id="sudo_verify_form" action={~p"/users/sudo-verify"}> <.input field={f[:totp_code]} type="text" label={t_auth("Authentication Code")} placeholder="000000" autocomplete="one-time-code" inputmode="numeric" required phx-mounted={JS.focus()} />

{t_auth("Enter the 6-digit code from your authenticator app. Recovery codes are not allowed for sensitive operations.")}

<.button class="w-full" variant="primary"> {t_auth("Verify")}
<.link href={~p"/users/log-out"} method="delete" class="text-sm font-semibold text-gray-600 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300" > {t_auth("← Log out instead")}