fix send emails to team members

This commit is contained in:
Ishaan Jaff 2024-06-14 20:11:16 -07:00
parent 408899dac8
commit 09b1d52ea1
2 changed files with 49 additions and 43 deletions

View file

@ -8915,7 +8915,7 @@ async def new_user(data: NewUserRequest):
),
),
http_request=Request(
scope={"type": "http"},
scope={"type": "http", "path": "/user/new"},
),
)