fix: Bring back PowPersistentSession
This commit is contained in:
parent
e104a9930f
commit
f1123dc767
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,6 @@ defmodule AppWeb.Endpoint do
|
||||||
plug Plug.Head
|
plug Plug.Head
|
||||||
plug Plug.Session, @session_options
|
plug Plug.Session, @session_options
|
||||||
plug Pow.Plug.Session, otp_app: :core
|
plug Pow.Plug.Session, otp_app: :core
|
||||||
# plug PowPersistentSession.Plug.Cookie
|
plug PowPersistentSession.Plug.Cookie
|
||||||
plug AppWeb.Router
|
plug AppWeb.Router
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue