code100x / chess

A multiplayer chess platform
https://chess.100xdevs.com/
1.62k stars 583 forks source link

Fixed login error redirect and also added toast notification for sign,signout and login error #331

Open Rohan-Hazari opened 6 months ago

Rohan-Hazari commented 6 months ago

Fixes #330

Whenever login failure happens due to any reason, the user is redirected to home page instead of /login/failed page which doesn't exist

checkout the issue for more details on how to simulate this error

Also added toast notification for logout,login and login error to let user know

Login error

image

Login succesfull

image

Signout

image

Rohan-Hazari commented 5 months ago

@hkirat please review