diff --git a/lib/livebook/zta/livebook_teams.ex b/lib/livebook/zta/livebook_teams.ex index 69411b3de..8c688227d 100644 --- a/lib/livebook/zta/livebook_teams.ex +++ b/lib/livebook/zta/livebook_teams.ex @@ -56,8 +56,8 @@ defmodule Livebook.ZTA.LivebookTeams do else _ -> {conn - |> redirect(to: conn.request_path) |> put_session(:teams_error, true) + |> redirect(to: conn.request_path) |> halt(), nil} end end @@ -142,8 +142,8 @@ defmodule Livebook.ZTA.LivebookTeams do _ -> {conn - |> redirect(to: conn.request_path) |> put_session(:teams_error, true) + |> redirect(to: conn.request_path) |> halt(), nil} end end