Skip to content

Commit 7645310

Browse files
authored
Remove comment referencing domain
1 parent 56f3cf5 commit 7645310

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-django-sso-example/sso/views.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
workos.base_api_url = 'http://localhost:8000/' if settings.DEBUG else workos.base_api_url
1414

1515
# Constants
16-
# Required: Fill in either domain or customer_ID or both, at least one must be populated to generate auth connection.
17-
# For testing purposes we fitted domain with gmail.com as an example, please edit and add domains as needed for your testing.
16+
# Required: Fill in CONNECTION_ID for the desired connection from the WorkOS Dashboard
1817

1918
CONNECTION_ID = 'xxx'
2019
REDIRECT_URI = os.getenv('REDIRECT_URI')

0 commit comments

Comments
 (0)