Compare commits

..

3 Commits

Author SHA1 Message Date
Mohamed Maoulainine Maoulainine
7fc06035c7 fix: unauth users redirection
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 43s
CI / build (push) Failing after 10s
2025-05-09 18:47:37 +02:00
Mohamed Maoulainine Maoulainine
1b559f29b7 Merge branch 'front_foundation' of https://gitea.piair.dev/piair/MyINPulse into front_foundation 2025-05-09 02:24:33 +02:00
Mohamed Maoulainine Maoulainine
f0cef41e2b Merge branch 'main' of https://gitea.piair.dev/piair/MyINPulse into front_foundation 2025-05-08 18:46:27 +02:00

View File

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