From f9848d21100c251ac928dbd100d38d2293ce364b Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 02:09:35 +0200 Subject: [PATCH] feat: set redirect in state --- web/src/layout/AuthLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/layout/AuthLayout.tsx b/web/src/layout/AuthLayout.tsx index ab6ec4d..71429a3 100644 --- a/web/src/layout/AuthLayout.tsx +++ b/web/src/layout/AuthLayout.tsx @@ -155,7 +155,7 @@ const AuthLayout = () => { verificationRequired && !location.pathname.startsWith("/verify") ) { - return ; + return ; } return (