diff --git a/web/app/(shareLayout)/webapp-reset-password/layout.tsx b/web/app/(shareLayout)/webapp-reset-password/layout.tsx index 82749c8641..ba27fa5830 100644 --- a/web/app/(shareLayout)/webapp-reset-password/layout.tsx +++ b/web/app/(shareLayout)/webapp-reset-password/layout.tsx @@ -10,7 +10,7 @@ export default function SignInLayout({ children }: any) { return ( <>
-
+
-
+
{children}
diff --git a/web/app/(shareLayout)/webapp-signin/layout.tsx b/web/app/(shareLayout)/webapp-signin/layout.tsx index 99dd787cec..dd141e20a1 100644 --- a/web/app/(shareLayout)/webapp-signin/layout.tsx +++ b/web/app/(shareLayout)/webapp-signin/layout.tsx @@ -14,10 +14,10 @@ export default function SignInLayout({ children }: PropsWithChildren) { return ( <>
-
+
{/*
*/}
-
+
{children}
diff --git a/web/app/account/oauth/authorize/layout.tsx b/web/app/account/oauth/authorize/layout.tsx index 850fe9c2b5..88d412e8e6 100644 --- a/web/app/account/oauth/authorize/layout.tsx +++ b/web/app/account/oauth/authorize/layout.tsx @@ -31,10 +31,10 @@ export default function SignInLayout({ children }: any) { return ( <>
-
+
-
+
{isLoggedIn ? ( diff --git a/web/app/reset-password/layout.tsx b/web/app/reset-password/layout.tsx index e2691a397e..83bc1f73db 100644 --- a/web/app/reset-password/layout.tsx +++ b/web/app/reset-password/layout.tsx @@ -10,7 +10,7 @@ export default function SignInLayout({ children }: any) { return ( <>
-
+
-
+
{children}
diff --git a/web/app/signin/layout.tsx b/web/app/signin/layout.tsx index a6537793c8..59053d43da 100644 --- a/web/app/signin/layout.tsx +++ b/web/app/signin/layout.tsx @@ -12,10 +12,10 @@ export default function SignInLayout({ children }: any) { return ( <>
-
+
-
+
{children}