Refactor: Improve error handling in authentication flow
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user