mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Don't remove cookies twice (#571)
This commit is contained in:
@@ -50,7 +50,6 @@ defmodule FzHttpWeb.AuthController do
|
||||
|
||||
def delete(conn, _params) do
|
||||
conn
|
||||
|> configure_session(drop: true)
|
||||
|> Authentication.sign_out()
|
||||
|> put_flash(:info, "You are now signed out.")
|
||||
|> redirect(to: Routes.root_path(conn, :index))
|
||||
|
||||
Reference in New Issue
Block a user