File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments