Skip to content

Commit 7389227

Browse files
committed
format: make copilot happy
1 parent 38ec1a7 commit 7389227

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/auth/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def enforce_csrf(self, request):
4242
@authentication_classes([CsrfExemptSessionAuthentication])
4343
@permission_classes([AllowAny])
4444
def auth_initiate_api(request):
45-
"""Step 1: Authentication Initiation (/api/auth/init)
45+
"""Step 1: Authentication Initiation (/api/auth/init/)
4646
4747
1. Receives action and turnstile_token from frontend
4848
2. Verifies Turnstile token with Cloudflare's API

config.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CORS_ALLOWED_ORIGINS:
2727
# PAGE_SIZE: 5
2828
# REVIEW:
2929
# PAGE_SIZE: 10
30-
# COMMENT_MIN_LENGTH : 30
30+
# COMMENT_MIN_LENGTH: 30
3131
# AUTH:
3232
# OTP_TIMEOUT: 120
3333
# TEMP_TOKEN_TIMEOUT: 600

0 commit comments

Comments
 (0)