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
I already login and it not show login page but I can call localhost:5000/login in new Tab and can login with different user account. How can I disabled login page while I am login. ( I mean can not call login page in new Tab)
The text was updated successfully, but these errors were encountered:
morislwin
changed the title
can call login page
can call login page, while I am already login
Aug 19, 2020
Just spit-balling ideas here as I'm not an expert, but I would guess you add logic to your '/login' route to check weather the client is logged in already. if client is logged in- take them somewhere else. if they aren't show them login
I already login and it not show login page but I can call localhost:5000/login in new Tab and can login with different user account. How can I disabled login page while I am login. ( I mean can not call login page in new Tab)
The text was updated successfully, but these errors were encountered: