Better message 2
This commit is contained in:
@@ -58,7 +58,7 @@ func HandleSignup(w http.ResponseWriter, r *http.Request) {
|
||||
// Respond with success
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
json.NewEncoder(w).Encode(SignupResponse{
|
||||
Message: fmt.Sprintf("Signup received for %s. We will email you when we launch!", email),
|
||||
Message: fmt.Sprintf("Signup received. In the coming days, you will receive an email telling you how to join."),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user