NCBACK-13
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-18 17:50:06 +07:00
parent 280bd91257
commit f3266ee0e5
3 changed files with 2 additions and 4 deletions
@@ -8,7 +8,5 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
@NoArgsConstructor
public class LogOutAnswer {
private String token;
private String email;
}