Skip to content
Snippets Groups Projects
Commit 2aad1cad authored by Florine Lefebvre's avatar Florine Lefebvre :stuck_out_tongue_closed_eyes:
Browse files

fix création de compte

parent 230a8555
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ public class Navigation extends HttpServlet{
String vue;
// vérification de l'authentification
if(req.getSession().getAttribute("username") == null){
if(req.getSession().getAttribute("username") == null && !page.equals("signin")){
resp.sendRedirect("index.html");
} else {
switch (page){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment