fix: update confirm base URL to adiuvai.com and success messages for double opt-in
This commit is contained in:
@@ -9,4 +9,4 @@ class WaitlistRequest(BaseModel):
|
||||
|
||||
class WaitlistResponse(BaseModel):
|
||||
ok: bool = True
|
||||
message: str = "You're on the list!"
|
||||
message: str = "Check your inbox for a confirmation link!"
|
||||
|
||||
Reference in New Issue
Block a user