This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Auth): Fix may redirect twice in
/auth/login
Last commit make big misstakes, user may redirect twice (POST /auth/login 302 -> GET /auth/login 302 -> GET /index 200) after their login success
- Loading branch information