Skip to content

Commit e88f15a

Browse files
Update tutorial_01.rst
1 parent 198e0a6 commit e88f15a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorial/tutorial_01.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ again to the consumer service.
138138

139139
Possible errors:
140140

141-
* loginTemplate: If you are not redirected to the correct page after logging in successfully,
142-
you probably need to `setup your login template correctly`__.
143-
* invalid client: client id and client secret needs to be correct. Secret cannot be copied from Django admin after creation.
141+
* loginTemplate: If you are not redirected to the correct page after logging in successfully, you probably need to `setup your login template correctly`__.
142+
* invalid client: client id and client secret needs to be correct. Secret cannot be copied from Django admin after creation.
144143
(but you can reset it by pasting the same random string into Django admin and into Postman, to avoid recreating the app)
145144
* invalid callback url: Add the postman link into your app in Django admin.
146145
* invalid_request: Use "Authorization Code (With PCKE)" from postman or disable PKCE in Django

0 commit comments

Comments
 (0)