fix: remove debug statements
This commit is contained in:
@@ -198,7 +198,6 @@ public class MicrosoftService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean validate(String tokenType, String accessToken) throws AuthenticationException {
|
public boolean validate(String tokenType, String accessToken) throws AuthenticationException {
|
||||||
if (true) return false;
|
|
||||||
requireNonNull(tokenType);
|
requireNonNull(tokenType);
|
||||||
requireNonNull(accessToken);
|
requireNonNull(accessToken);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user