Skip to content

Commit c22d5ff

Browse files
committed
Fix halted connection return
1 parent 916e501 commit c22d5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/samly/sp_handler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ defmodule Samly.SPHandler do
7878
|> pipethrough(error_pipeline)
7979
|> case do
8080
%Conn{halted: true} = conn ->
81-
{:halted, conn}
81+
conn
8282

8383
conn ->
8484
if idp.debug_mode do

0 commit comments

Comments
 (0)