From 4a1e51e12a78be8a366ee8a322438f83e81e7cc3 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Tue, 14 Jan 2025 13:10:14 -0500 Subject: [PATCH] fix: update TOTP input type and attributes for better user experience --- frontend/src/routes/login/+page.svelte | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/login/+page.svelte b/frontend/src/routes/login/+page.svelte index d6ba6b7..6fcc628 100644 --- a/frontend/src/routes/login/+page.svelte +++ b/frontend/src/routes/login/+page.svelte @@ -57,11 +57,14 @@ class="block input input-bordered w-full max-w-xs" />
{#if $page.form?.mfa_required} - +
{/if}