Skip to content

Commit 14a2848

Browse files
committed
chore: Update example
1 parent 6be86bf commit 14a2848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/react/src/main.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ const allRoutes = [...routes, ...hiddenRoutes];
3030
auth.authStateReady().then(() => {
3131
ReactDOM.createRoot(root).render(
3232
<BrowserRouter>
33-
{/* <FirebaseUIProvider
33+
<FirebaseUIProvider
3434
ui={ui}
3535
policies={{
3636
termsOfServiceUrl: "https://www.google.com",
3737
privacyPolicyUrl: "https://www.google.com",
3838
}}
39-
> */}
39+
>
4040
<ThemeToggle />
4141
<Routes>
4242
<Route path="/" element={<App />} />
@@ -46,7 +46,7 @@ auth.authStateReady().then(() => {
4646
))}
4747
</Route>
4848
</Routes>
49-
{/* </FirebaseUIProvider> */}
49+
</FirebaseUIProvider>
5050
</BrowserRouter>
5151
);
5252
});

0 commit comments

Comments
 (0)