Skip to content

Commit

Permalink
adding no auto login
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Dobbelaere committed Nov 27, 2023
1 parent d1f2ddb commit 36599b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OneSila/OneSila/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
# Strawberry graphql settings
#

STRAWBERRY_DJANGO_REGISTER_USER_AUTO_LOGIN = False

STRAWBERRY_DJANGO = {
"FIELD_DESCRIPTION_FROM_HELP_TEXT": True,
"TYPE_DESCRIPTION_FROM_MODEL_DOCSTRING": True,
Expand Down

0 comments on commit 36599b7

Please sign in to comment.