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

This commit is contained in:
vladp
2026-01-23 16:09:51 +07:00
parent d1b5b6eb5c
commit 4560925183
5 changed files with 40 additions and 25 deletions
@@ -17,5 +17,9 @@ public class RegAnswer {
private boolean isVerified;
private Long userId;
private String email;
private List<Map<String, String>> fieldErrors;
}