fix: Add PowPersistentSession to extensions

This commit is contained in:
Robert Prehn 2021-05-28 12:33:10 -05:00
parent f1123dc767
commit e0b0de96db

View file

@ -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,