feat(signup): progress on new sign up and email verification flow, #2353
This commit is contained in:
@@ -8,6 +8,7 @@ type SignUpStep2Form struct {
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
Code string `json:"code"`
|
||||
OrgName string `json:"orgName"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user