mirror of https://github.com/kortix-ai/suna.git
Revert hotfix(vuln): send-welcome-email
This commit is contained in:
parent
b38637d043
commit
29ca4c00b5
|
@ -21,10 +21,6 @@ async def send_welcome_email(
|
|||
request: SendWelcomeEmailRequest,
|
||||
_: bool = Depends(verify_admin_api_key)
|
||||
):
|
||||
raise HTTPException(
|
||||
status_code=403,
|
||||
detail="Forbidden"
|
||||
)
|
||||
try:
|
||||
|
||||
def send_email():
|
||||
|
|
Loading…
Reference in New Issue