Skip to content

Commit

Permalink
Update cookie.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Nov 10, 2023
1 parent f2386e4 commit fef28b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plug/session/cookie.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ defmodule Plug.Session.COOKIE do
key: "_my_app_session",
encryption_salt: "cookie store encryption salt",
signing_salt: "cookie store signing salt",
key_length: 64,
log: :debug
"""

Expand Down

0 comments on commit fef28b8

Please sign in to comment.