More welcome page and recommendation system integrations

This commit is contained in:
frikky
2022-07-21 02:28:00 +02:00
parent 66d7cd4e80
commit 994696c28a
4 changed files with 64 additions and 27 deletions
+4 -1
View File
@@ -185,8 +185,11 @@ const LoginDialog = (props) => {
}
setIsLoggedIn(true);
if (!responseJson.tutorials.includes("welcome")) {
console.log("RUN Welcome!!")
window.location.pathname = "/welcome"
}
//navigate("/workflows")
window.location.href = "/workflows"
}
})