правильное извлечение прав

pull/2/head
L_DelOff 2023-03-12 16:50:11 +03:00
parent 00eaf8816d
commit 6b842573f4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class UserEntity extends BaseEntity implements UserDetails {
@Override
public Collection<? extends GrantedAuthority> getAuthorities() {
return null;
return getRoles();
}
@Override