Packages

Adds helpful extras to Guardian like default mailer support, as well as out of the box controllers and routes

Current section

Files

Jump to
sentinel lib sentinel web views session_view.ex
Raw

lib/sentinel/web/views/session_view.ex

defmodule Sentinel.SessionView do
use Phoenix.View, root: "lib/sentinel/web/templates/"
use Phoenix.HTML
alias Sentinel.Config
end