mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-30 00:07:03 -05:00
feat: Implement MFA authentication, add ride statistics model, and update various services, APIs, and tests across the application.
This commit is contained in:
@@ -97,7 +97,7 @@ def main():
|
||||
upload_url, cloudflare_id = step1_get_upload_url()
|
||||
|
||||
# Step 2: Upload image
|
||||
upload_result = step2_upload_image(upload_url)
|
||||
step2_upload_image(upload_url)
|
||||
|
||||
# Step 3: Save avatar reference
|
||||
save_result = step3_save_avatar(cloudflare_id)
|
||||
|
||||
Reference in New Issue
Block a user