TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.59k stars 2.06k forks source link

Successful sign in sometimes redirects to users sign in #4601

Closed KevinMulhern closed 2 weeks ago

KevinMulhern commented 2 weeks ago

A successful admin v2 sign in will sometimes redirect to the users sign in page instead of the admin v2 dashboard. If you then visit /admin_v2 it will clearly show you're signed in as an admin.

Steps to reproduce

  1. Try to sign into admin v2 with the wrong password
  2. Sign in with the correct password
  3. 💥 you'll be redirected to the learner sign in page

Expected

  1. Try to sign into admin v2 with the wrong password
  2. Sign in with the correct password
  3. You'll be redirected to the admin v2 dashboard