Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyronk committed Oct 8, 2023
1 parent a5bc733 commit bf5b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/leadfoot_web/user_auth.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf5b3d7

Please sign in to comment.