front_foundation #9

Closed
mohamed_maoulainine wants to merge 181 commits from front_foundation into main
Showing only changes of commit a0cbd5e324 - Show all commits

View File

@ -24,7 +24,7 @@ onMounted(() => {
if (roles.includes("MyINPulse-admin")) {
router.push("/admin");
} else if (roles.includes("MyINPulse-entrepreneur")) {
router.push("/leanCanva");
router.push("/canvas");
}
} catch (err) {
console.error("Failed to decode token", err);