|
@@ -159,6 +159,7 @@ async def signup(request: Request, form_data: SignupForm):
|
|
if request.app.state.WEBHOOK_URL:
|
|
if request.app.state.WEBHOOK_URL:
|
|
post_webhook(
|
|
post_webhook(
|
|
request.app.state.WEBHOOK_URL,
|
|
request.app.state.WEBHOOK_URL,
|
|
|
|
+ WEBHOOK_MESSAGES.USER_SIGNUP(user.name),
|
|
{
|
|
{
|
|
"action": "signup",
|
|
"action": "signup",
|
|
"message": WEBHOOK_MESSAGES.USER_SIGNUP(user.name),
|
|
"message": WEBHOOK_MESSAGES.USER_SIGNUP(user.name),
|