front_foundation #11

Closed
adnane wants to merge 146 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);