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
{{ message }}
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
I opened login page of my application in two different tabs of the same browser
1 - Entered the credentials and clicked Login- Application is working as expected
2 - Then I came to second tab and entered the credentials and clicked login - it is showing error 400.
I didn't get what exactly happened. The hit is not happening in the OnPostAsync of login page in the second case to find out the exact issue.
I opened login page of my application in two different tabs of the same browser
1 - Entered the credentials and clicked Login- Application is working as expected
2 - Then I came to second tab and entered the credentials and clicked login - it is showing error 400.
I didn't get what exactly happened. The hit is not happening in the OnPostAsync of login page in the second case to find out the exact issue.
Thankyou