diff --git a/lib/leadfoot_web/user_auth.ex b/lib/leadfoot_web/user_auth.ex index dcd7f1f..9ce1aa2 100644 --- a/lib/leadfoot_web/user_auth.ex +++ b/lib/leadfoot_web/user_auth.ex @@ -5,8 +5,8 @@ defmodule LeadfootWeb.UserAuth do import Phoenix.Controller import Plug.Conn - alias Accounts.User alias Leadfoot.Accounts + alias Leadfoot.Accounts.User # Make the remember me cookie valid for 60 days. # If you want bump or reduce this value, also change