mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
user update
This commit is contained in:
@ -110,9 +110,6 @@ public class OauthController {
|
||||
if (loginUser == null) {
|
||||
return null;
|
||||
}
|
||||
if (RoleCodeEnum.DESKTOP.getCode().equals(loginUser.getRoleCode())) {
|
||||
return null;
|
||||
}
|
||||
return loginUser;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user