Refactor: Improve error handling in authentication flow

This commit is contained in:
Your Name
2026-04-17 19:55:35 +00:00
parent 7c5da339cb
commit 61bbca2e5d
33 changed files with 2834 additions and 4185 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<html lang="en" className="dark">
<body className={`${inter.className} dark bg-slate-950 text-foreground`}>
<ProvidersWrapper>
{children}
<Toaster position="top-right" />