This commit is contained in:
Marcin Woźniak 2021-01-08 15:53:15 +01:00
parent ad0d9e40c1
commit c6c67e7e29
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -83,6 +83,7 @@ public class UserService {
if ((authority.getName() == null || authority.getSurname() == null) && authority.getUsosId() != null) {
System.out.println("IF");
final UserApiResponse resp = this.service.getUserData(authority.getUsosId());
System.out.println("W IFIE");
authority.updateWithUsosData(resp);
System.out.println("PRAWIE WYCHODZE Z IFA");
}