RC-4: make the whole app auth protected in settingsConfig

This commit is contained in:
2023-06-22 20:01:10 +01:00
parent d8a597e615
commit 6cc67fd174

View File

@@ -19,7 +19,7 @@ const settingsConfig = {
To make whole app accessible without authorization by default set defaultAuth: null
*** The individual route configs which has auth option won't be overridden.
*/
defaultAuth: ['admin'],
defaultAuth: ['admin', 'staff', 'user'],
/*
Default redirect url for the logged-in user,
*/