去除非必要软件
This commit is contained in:
parent
e4e31e0237
commit
fd296fc8a4
@ -70,5 +70,4 @@ public class Oauth2Realm extends AuthorizingRealm {
|
|||||||
SimpleAuthenticationInfo info = new SimpleAuthenticationInfo(userDetail, accessToken, getName());
|
SimpleAuthenticationInfo info = new SimpleAuthenticationInfo(userDetail, accessToken, getName());
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user