fix: Add PowPersistentSession to extensions
This commit is contained in:
parent
f1123dc767
commit
e0b0de96db
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ end)
|
|||
config :core, :pow,
|
||||
user: Legendary.Auth.User,
|
||||
repo: Legendary.Core.Repo,
|
||||
extensions: [PowEmailConfirmation, PowResetPassword],
|
||||
extensions: [PowEmailConfirmation, PowPersistentSession, PowResetPassword],
|
||||
controller_callbacks: Pow.Extension.Phoenix.ControllerCallbacks,
|
||||
mailer_backend: Legendary.AuthWeb.Pow.Mailer,
|
||||
web_mailer_module: Legendary.AuthWeb,
|
||||
|
|
Loading…
Reference in a new issue