This commit is contained in:
Moon Man 2024-10-05 17:19:56 +00:00
parent 54488c5b12
commit 62360ff390
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ def callback():
handle = f"{creds.acct}@{instance}" handle = f"{creds.acct}@{instance}"
success = create_zulip_user(handle, creds.avatar_static) success = create_zulip_user(handle)
if not success: if not success:
return Response("fail", status=400) return Response("fail", status=400)