|
@@ -151,7 +151,7 @@ |
|
|
block discarded – undo |
|
151
|
151
|
} else { |
|
152
|
152
|
// Render the regular SAML response, we do not return it yet, the SSO on 2FA handler will use it to store |
|
153
|
153
|
// the SSO on 2FA cookie. |
|
154
|
|
- $httpResponse = $responseRendering->renderResponse($responseContext, $response, $request); |
|
|
154
|
+ $httpResponse = $responseRendering->renderResponse($responseContext, $response, $request); |
|
155
|
155
|
} |
|
156
|
156
|
|
|
157
|
157
|
$ssoCookieService = $this->get('gateway.service.sso_2fa_cookie'); |
Please login to merge, or discard this patch.