You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have emails of pointblank.club , we can remove logins of normal users and admin users and simply keep a single login interface, which allows login only from pointblank.club emails, essentially converting all isAdmin logic to isLoggedIn logic as we don't have a usecase for normal users to login anyways
In this case we should rename the /login route to /admin and remove it from navbar
Once we have emails of pointblank.club , we can remove logins of normal users and admin users and simply keep a single login interface, which allows login only from pointblank.club emails, essentially converting all
isAdmin
logic toisLoggedIn
logic as we don't have a usecase for normal users to login anywaysIn this case we should rename the /login route to /admin and remove it from navbar
Must wait for #199 to finish
The text was updated successfully, but these errors were encountered: