refactor: add employeeOnly flag to mobility props and drop debug log

This commit is contained in:
2026-05-01 19:07:37 +02:00
parent c0aeb33193
commit f409d9e5e8
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ const properties: AppProperties = {
},
adminOnly: ["overview"],
studentOnly: ["my-mobility"],
employeeOnly: true, // TODO Fix ma mobilité page, so it renders correctly for students
};
export default properties;