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 (