From 875ed2f938bdd72f0d021557c22e79451f85d9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= <100827540+reneaaron@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:39:04 +0200 Subject: [PATCH] fix: improve auth code screen (#437) --- frontend/src/components/AuthCodeForm.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/AuthCodeForm.tsx b/frontend/src/components/AuthCodeForm.tsx index ff2cdcf17..138125a6f 100644 --- a/frontend/src/components/AuthCodeForm.tsx +++ b/frontend/src/components/AuthCodeForm.tsx @@ -61,12 +61,14 @@ function AuthCodeForm() {
{!hasRequestedCode && ( <> - + )} {hasRequestedCode && (