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 views password_reset_view.ex
Raw

lib/sentinel/views/password_reset_view.ex

defmodule Sentinel.PasswordResetView do
use Phoenix.View, root: "lib/sentinel/templates/"
use Phoenix.HTML
end