Commit 2779a20c authored by Michael Stenta's avatar Michael Stenta Committed by Brad Jones
Browse files

Issue #3193609 by paul121, m.stenta: invalid_credentials error does not conform to OAuth2 spec

parent ca09275e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ class UserRepository implements UserRepositoryInterface {

      return $user;
    }
    throw OAuthServerException::invalidCredentials();
    return NULL;
  }

}