mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixes NPE
This commit is contained in:
parent
e556193647
commit
88bdad18b1
@ -51,7 +51,7 @@ public class AccessTokenGrantHandler extends AbstractAuthorizationGrantHandler {
|
||||
|
||||
public AccessTokenGrantHandler() {
|
||||
try {
|
||||
// tokenValidator = OAuthValidatorFactory.getValidator();
|
||||
tokenValidator = new LocalOAuthValidator();
|
||||
} catch (IllegalArgumentException e) {
|
||||
log.error("Failed to initialise Authenticator", e);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user