simpleshop_theme/test/simpleshop_theme_web/controllers
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
..
error_html_test.exs feat: add Cart page and themed error pages 2026-01-17 22:29:45 +00:00
error_json_test.exs chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
image_controller_test.exs feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
page_controller_test.exs add fresh install redirect and admin provider tests 2026-02-12 14:40:58 +00:00
user_session_controller_test.exs fix signed_in_path to always redirect to /admin after login 2026-02-12 14:55:57 +00:00
webhook_controller_test.exs feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00