Skip to content

Commit

Permalink
Provide the Google OAuth client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9smith committed Nov 21, 2024
1 parent 6198a6d commit a9cbafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const router = createBrowserRouter([

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<GoogleOAuthProvider>
<GoogleOAuthProvider clientId={getOAuthClientId}>
<ThemeProvider>
<BaseStyles>
<React.StrictMode>
Expand Down

0 comments on commit a9cbafa

Please sign in to comment.