Redirecting to "/biddings" route after login.

This commit is contained in:
2026-02-11 16:43:59 +01:00
parent 15c02deb7a
commit c994ea171e

View File

@ -262,7 +262,7 @@ defmodule BeetRoundServerWeb.UserAuth do
~p"/users/settings"
end
def signed_in_path(_), do: ~p"/"
def signed_in_path(_), do: ~p"/biddings"
@doc """
Plug for routes that require the user to be authenticated.