We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516baf3 commit 904e90eCopy full SHA for 904e90e
resources/js/layouts/auth-layout.tsx
@@ -1,4 +1,4 @@
1
-import AuthLayoutTemplate from '@/layouts/auth/auth-split-layout';
+import AuthLayoutTemplate from '@/layouts/auth/auth-simple-layout';
2
3
export default function AuthLayout({ children, title, description, ...props }: { children: React.ReactNode; title: string; description: string }) {
4
return (
0 commit comments