修改security的fallback信息
This commit is contained in:
@ -13,7 +13,7 @@ public class UserCenterClientFallback implements UserCenterClient {
|
||||
|
||||
@Override
|
||||
public SecurityUser getUserInfo() {
|
||||
log.info("remote access timeout.");
|
||||
log.info("remote access timeout");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user