fix: fixing a small bug
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 41s
CI / build (push) Failing after 10s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
ALAMI Adnane 2025-04-28 23:25:54 +02:00
parent 09eeaacfa6
commit a0cbd5e324

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);