simpleshop_theme/test/simpleshop_theme_web/live/auth
jamey fdb09128b4 fix signed_in_path to always redirect to /admin after login
Single-tenant app: every user is the admin. The previous pattern
match on conn.assigns.current_scope didn't work for first-time
logins because the scope isn't assigned to the conn yet at that
point, causing the fallback to ~p"/" instead of ~p"/admin".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 14:55:57 +00:00
..
confirmation_test.exs fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00
login_test.exs fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00
registration_test.exs fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00
settings_test.exs consolidate settings into single admin page 2026-02-12 09:04:51 +00:00