Redirecting to "/biddings" route after login.
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user