Skip to content

Commit

Permalink
Update installation.rst (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffepok committed Apr 17, 2022
1 parent 4b3a4ce commit f5079fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Serializer of dj-rest-auth accepts both ``code`` and ``token``
)
3. Create new view as a subclass of ``dj_rest_auth.views.SocialLoginView`` with ``GitHubOAuth2Adapter`` adapter, an ``OAuth2Client`` and a callback_url as attributes:
3. Create new view as a subclass of ``dj_rest_auth.views.SocialLoginView`` with ``GoogleOAuth2Adapter`` adapter, an ``OAuth2Client`` and a callback_url as attributes:

.. code-block:: python
Expand Down

0 comments on commit f5079fe

Please sign in to comment.