Skip to content

Commit

Permalink
Merge pull request #85 from pastore99/76-fix-various-page-fixes
Browse files Browse the repository at this point in the history
76 fix various page fixes
  • Loading branch information
panuozzo77 authored Jan 18, 2024
2 parents eb82645 + 03d3a42 commit b10af02
Show file tree
Hide file tree
Showing 28 changed files with 300 additions and 768 deletions.
2 changes: 1 addition & 1 deletion src/main/java/controller/ChangeUserInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)
} else {
risultato = "Dati personali non aggiornati, email gia' utilizzata";
}
response.sendRedirect("JSP/userInfoChange.jsp?risultato=" + risultato);
response.sendRedirect("JSP/userArea.jsp?errorMessage=" + risultato);
}

private boolean updatePersonalInfo(HttpServletRequest request, int userId, UserRegistry userRegistry) {
Expand Down
145 changes: 0 additions & 145 deletions src/main/webapp/CSS/Cambio_dati.css

This file was deleted.

Loading

0 comments on commit b10af02

Please sign in to comment.