Fixes for Admin Login, @somaiya.edu validation, and Password Visibility #1

Open
arav wants to merge 1 commits from arav/appointment_to_examiner:main into main
First-time contributor
  • The server wasn't checking for admin users correctly. I added the isAdmin flag to the token so admins can log in properly.
  • I added a check to make sure only @somaiya.edu emails can create accounts.
  • Added an eye icon to show/hide the password.
  • Pressing "Enter" now submits the form instead of clicking the Google button.
- The server wasn't checking for admin users correctly. I added the isAdmin flag to the token so admins can log in properly. - I added a check to make sure only @somaiya.edu emails can create accounts. - Added an eye icon to show/hide the password. - Pressing "Enter" now submits the form instead of clicking the Google button.
arav added 1 commit 2026-01-14 02:55:45 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:arav-main
git checkout arav-main
Sign in to join this conversation.