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

This commit is contained in:
L_DelOff
2023-03-12 16:50:11 +03:00
parent 00eaf8816d
commit 6b842573f4

View File

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