fix(authentication): mode/datasource routes must be marked private so they can be protected via authentication. (#3178)
This commit is contained in:
parent
94bb4c7d42
commit
b67c7b23e8
@ -68,6 +68,7 @@ export default function buildModeRoutes({
|
||||
routes.push({
|
||||
path,
|
||||
children,
|
||||
private: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user