@@ -149,7 +149,7 @@ |
||
149 | 149 | } else { |
150 | 150 | // Render the regular SAML response, we do not return it yet, the SSO on 2FA handler will use it to store |
151 | 151 | // the SSO on 2FA cookie. |
152 | - $httpResponse = $responseRendering->renderResponse($responseContext, $response, $request); |
|
152 | + $httpResponse = $responseRendering->renderResponse($responseContext, $response, $request); |
|
153 | 153 | } |
154 | 154 | |
155 | 155 | if ($response->isSuccess()) { |