Skip to content

Commit

Permalink
chore(register): 删除邀请码
Browse files Browse the repository at this point in the history
  • Loading branch information
booboosui committed Apr 28, 2024
1 parent 0818024 commit c827f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/controllers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def register():
email = data['email']
phone_number = data['phone']
launch_code = data['launch_code']
invitation_code = data['invitation_code']
# invitation_code = data['invitation_code']
invitation_code = 0;
zone_language = LANGUAGE
if storage.get("language"):
zone_language = storage.get("language")
Expand Down

0 comments on commit c827f65

Please sign in to comment.