Revert hotfix(vuln): send-welcome-email

This commit is contained in:
sharath 2025-07-20 16:47:33 +00:00
parent b38637d043
commit 29ca4c00b5
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -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():