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 has been archived by the owner on Apr 15, 2019. It is now read-only.
There should be an option (if not env.prod) to set a cookie (e.g. autologin=true) that makes development easier.
Login page should remember it's referrer and redirect to it after login, e.g. if the user requested /main/voting before being redirected to login, then after login it should go to that page.
Actual behaviour
Auto-login cookie is not implemented
Login always redirects to /main/transactions
The text was updated successfully, but these errors were encountered:
Expected behaviour
There should be an option (if not
env.prod
) to set a cookie (e.g.autologin=true
) that makes development easier.Login page should remember it's referrer and redirect to it after login, e.g. if the user requested
/main/voting
before being redirected to login, then after login it should go to that page.Actual behaviour
Auto-login cookie is not implemented
Login always redirects to
/main/transactions
The text was updated successfully, but these errors were encountered: