Skip to content

Commit

Permalink
Set "requireAuth" for all pages
Browse files Browse the repository at this point in the history
Change-Id: I1b68d46f9f7d9a843a5b26f0906d1f71569487cf
  • Loading branch information
awesome-manuel committed Feb 7, 2024
1 parent 3cd0aa4 commit 3fe0e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const i18nProvider = polyglotI18nProvider(
const App = () => (
<Admin
disableTelemetry
requireAuth
loginPage={LoginPage}
authProvider={authProvider}
dataProvider={dataProvider}
Expand Down

0 comments on commit 3fe0e95

Please sign in to comment.