mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00:00
Set "requireAuth" for all pages
Change-Id: I1b68d46f9f7d9a843a5b26f0906d1f71569487cf
This commit is contained in:
parent
3cd0aa4446
commit
3fe0e95069
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ const i18nProvider = polyglotI18nProvider(
|
|||
const App = () => (
|
||||
<Admin
|
||||
disableTelemetry
|
||||
requireAuth
|
||||
loginPage={LoginPage}
|
||||
authProvider={authProvider}
|
||||
dataProvider={dataProvider}
|
||||
|
|
Loading…
Reference in a new issue