Skip to content

Commit 4ff6b8b

Browse files
authored
Merge pull request #390 from Evangel90/main
2 parents 0fea0fd + 00e237a commit 4ff6b8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export default function RootLayout({
1818
}: Readonly<{
1919
children: React.ReactNode;
2020
}>) {
21-
const googleClientId = process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID;
22-
21+
const googleClientId = process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID;
2322
// Pass the clientId straight to GoogleOAuthProvider only when configured;
2423
// otherwise pass an empty placeholder so the provider target render does
2524
// not blow up if a GoogleLogin button somehow ends up rendered. The login
2625
// page is responsible for showing a disabled fallback when the ID is
2726
// missing so users still get an explanatory UI instead of a silent failure.
27+
2828
return (
2929
<html lang="en" className={cn("font-sans antialiased")}>
3030
<body className="min-h-screen bg-background text-foreground">

0 commit comments

Comments
 (0)