chess
chess copied to clipboard
Fixed login error redirect and also added toast notification for sign,signout and login error
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
Login succesfull
Signout
@hkirat please review