improving logical flow of transactions & onboarding

This commit is contained in:
2025-10-27 23:18:47 +02:00
parent b5e891afed
commit 506d8a8e41
9 changed files with 61 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ public class RegisterRequest {
private String password;
private String photoUrl;
private Long workflowId;
private String tempUid;
@NotBlank(message = "Email is required")
@Email(message = "Email should be valid")