Skip to content

Commit

Permalink
revert loginPage change
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jun 28, 2024
1 parent 36d7435 commit 809692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const App = () => (
i18nProvider={i18nProvider}
layout={Layout}
dashboard={Dashboard}
loginPage={<LoginPage />}
loginPage={LoginPage}
queryClient={queryClient}
theme={{
...defaultTheme,
Expand Down

0 comments on commit 809692d

Please sign in to comment.