diff --git a/front/MyINPulse-front/src/components/LoginComponent.vue b/front/MyINPulse-front/src/components/LoginComponent.vue index 2fa8af9..bdacae9 100644 --- a/front/MyINPulse-front/src/components/LoginComponent.vue +++ b/front/MyINPulse-front/src/components/LoginComponent.vue @@ -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);