mario-core 2.9.82-beta → 2.9.88-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10602,6 +10602,8 @@ var useUserList = function useUserList() {
|
|
|
10602
10602
|
history.push(HOMEPAGE_PARENT$1);
|
|
10603
10603
|
} else if (roles.includes("EduTeacher")) {
|
|
10604
10604
|
history.push(HOMEPAGE_EDU_TEACHER$1);
|
|
10605
|
+
} else if (roles.includes("Counselor") || roles.includes("SecondaryTeacher")) {
|
|
10606
|
+
history.push(HOMEPAGE_TEACHER$1);
|
|
10605
10607
|
}
|
|
10606
10608
|
};
|
|
10607
10609
|
|