diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/login.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/login.tag index 590d52e..27b4367 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/login.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/login.tag @@ -48,7 +48,7 @@ .then(data => { if (data.code !== 200) throw new Error(data.message); }) - .then(() => window.location.href = "${pageContext.request.contextPath}/main-menu") + .then(() => window.location.href = "${pageContext.request.contextPath}/lobby") .catch((error) => { console.log(error)