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.modern.js
CHANGED
|
@@ -10600,6 +10600,8 @@ var useUserList = function useUserList() {
|
|
|
10600
10600
|
history.push(HOMEPAGE_PARENT$1);
|
|
10601
10601
|
} else if (roles.includes("EduTeacher")) {
|
|
10602
10602
|
history.push(HOMEPAGE_EDU_TEACHER$1);
|
|
10603
|
+
} else if (roles.includes("Counselor") || roles.includes("SecondaryTeacher")) {
|
|
10604
|
+
history.push(HOMEPAGE_TEACHER$1);
|
|
10603
10605
|
}
|
|
10604
10606
|
};
|
|
10605
10607
|
|