From 9e925893755cd128ee993699dadd48357eb018ae Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Mon, 2 Dec 2024 10:23:47 +0000 Subject: [PATCH] Remove max length from Two Factor input --- .../components/2fa-check-modal/2fa-check-modal.component.html | 3 +-- .../views/2fa/components/2fa-check/2fa-check.component.html | 3 +-- .../core/src/lib/views/2fa/components/2fa/2fa.component.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/core/app/core/src/lib/views/2fa/components/2fa-check-modal/2fa-check-modal.component.html b/core/app/core/src/lib/views/2fa/components/2fa-check-modal/2fa-check-modal.component.html index 78a1d890a..354eee85c 100644 --- a/core/app/core/src/lib/views/2fa/components/2fa-check-modal/2fa-check-modal.component.html +++ b/core/app/core/src/lib/views/2fa/components/2fa-check-modal/2fa-check-modal.component.html @@ -40,8 +40,7 @@ type='text' name='auth_code' autocomplete='off' - class='mb-3 auth-input' - maxlength='6'/> + class='mb-3 auth-input'/> + class='mb-2 mt-2 pl-0'> diff --git a/core/app/core/src/lib/views/2fa/components/2fa/2fa.component.html b/core/app/core/src/lib/views/2fa/components/2fa/2fa.component.html index 2358f2e0d..0d2fd1aa3 100644 --- a/core/app/core/src/lib/views/2fa/components/2fa/2fa.component.html +++ b/core/app/core/src/lib/views/2fa/components/2fa/2fa.component.html @@ -79,8 +79,7 @@ type='text' name='auth_code' autocomplete='off' - class='mb-3 auth-input' - maxlength='6'/> + class='mb-3 auth-input'/>