mquery icon indicating copy to clipboard operation
mquery copied to clipboard

Small improvement: remove unnecessary login redirect

Open msm-code opened this issue 3 years ago • 0 comments

Feature Category

  • [ ] Correctness
  • [x] User Interface / User Experience
  • [x] Performance
  • [ ] Other (please explain)

Describe the problem

When logging in, clicking the "login" button redirects to /auth and then immediately to the correct URL. This causes unnecessary screen flickering and bad UX.

Describe the solution you'd like

Just redirect directly to OIDC login url.

Describe alternatives you've considered

No reason to keep the current behaviour. Right now redirect to /auth is a nice trick to force login, but I don't think this is a very useful feature.

msm-code avatar Sep 06 '22 06:09 msm-code