@@ -222,7 +222,7 @@ |
||
222 | 222 | $application = $this->loadApplication($loginAttempt), |
223 | 223 | $loginAttempt |
224 | 224 | ); |
225 | - var_dump($account);die; |
|
225 | + var_dump($account); die; |
|
226 | 226 | // event call |
227 | 227 | $refreshToken = null; |
228 | 228 | if (in_array('refresh_token', $application->getAllowedGrantTypes()) && array_key_exists('refresh_token', $this->grantExtensions)) { |