RohmaAr / SQE

0 stars 0 forks source link

issue 24: Logout button for Admin #25

Closed AliAhsan69 closed 10 months ago

AliAhsan69 commented 10 months ago

The error occuring here is that When you press the logout when you are logged in as the admin, it takes you to the user login page. Which should not be the case it should take you to the admin login.

  1. login as the admin
  2. press the logout button
  3. Takes you to the user login button. Screenshot 2023-11-30 215930
AliAhsan69 commented 10 months ago

Issue has been resolved. This was the change we made in the adminhome.jsp Screenshot 2023-11-30 215801 After the changes: 1 Login as the admin 2 Press the logout button 3 takes you to the admin login Screenshot 2023-11-30 220106

AliAhsan69 commented 10 months ago

Screenshot 2023-11-30 221047 this was the code after the change