RC-4-connect-firebase-auth #2

Merged
evgeniywas merged 13 commits from RC-4-connect-firebase-auth into dev 2023-06-23 19:19:38 +03:00
Showing only changes of commit 6cc67fd174 - Show all commits

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,
*/