front_foundation #13

Merged
piair merged 188 commits from front_foundation into main 2025-05-14 09:08:33 +02:00
Showing only changes of commit 85b4fe6a4c - Show all commits

View File

@ -34,10 +34,12 @@ onMounted(() => {
checkPending(
(response) => {
const isValidated = response.data === true;
if (isValidated) {
router.push("/JorCproject");
if (isValidated && roles.includes("MyINPulse-entrepreneur")) {
router.push("/canvas");
//router.push("/JorCproject");
} else {
router.push("/finalize");
router.push("/JorCproject");
//router.push("/finalize");
}
},
(error) => {