mitgliederverwaltung/lib
Moritz a7ad608051 fix(auth): redirect a live-view socket in the user-required guard
LiveSession.assign_new_resources/2 is typed to return a Phoenix.Socket, which made the on_mount redirect type-incompatible. The authenticated-routes live_session already assigns current_user, so the guard reads it from socket.assigns directly. Also assign the locale into the socket actually used by the no-user redirect instead of discarding it.
2026-06-02 12:19:21 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
membership refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
membership_fees refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
mix/tasks refactor: adress review comments 2026-03-09 18:54:40 +01:00
mv refactor(types): drop guards and clauses that can never succeed 2026-06-02 12:11:59 +02:00
mv_web fix(auth): redirect a live-view socket in the user-required guard 2026-06-02 12:19:21 +02:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00