Skip to content

Commit 3759b64

Browse files
Update README.md
1 parent d2c5338 commit 3759b64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ To use Google's OAuth authentication in your application, you need to obtain a c
6464
- Once the OAuth client is created, you'll see your client ID and client secret.
6565
- Copy these values and update following variables in settings.py
6666

67-
<code>
68-
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = 'your-client-id'
69-
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET ='your-client-secret'
70-
</code>
67+
<code>SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = 'your-client-id'
68+
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET ='your-client-secret'</code>
7169

7270
For detailed instructions, refer to Google's documentation on [OAuth 2.0](https://developers.google.com/identity/protocols/oauth2).
7371

0 commit comments

Comments
 (0)