fix
This commit is contained in:
parent
b4634994bf
commit
5eca6de52f
|
@ -155,7 +155,6 @@ public class UserController {
|
|||
}
|
||||
|
||||
@PostMapping("/refresh/{sign}/{sourceId}")
|
||||
@RequiresRoles(RoleConstants.ADMIN)
|
||||
public UserDTO refreshSessionUser(@PathVariable String sign, @PathVariable String sourceId) {
|
||||
userService.refreshSessionUser(sign, sourceId);
|
||||
return SessionUtils.getUser();
|
||||
|
|
Loading…
Reference in New Issue