parent
32627345ee
commit
c79fda8174
|
@ -57,8 +57,8 @@ public class UserAccountCacheManagerImpl implements UserAccountCacheManager {
|
||||||
// return ErrorCode.ERR_OK;
|
// return ErrorCode.ERR_OK;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
log.error("User {} not enough permissions", username);
|
//log.error("User {} not enough permissions", username);
|
||||||
return ErrorCode.ERR_PERMISSION;
|
return ErrorCode.ERR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue