Skip to content

Commit

Permalink
Revert "fix user serialization test locally"
Browse files Browse the repository at this point in the history
This reverts commit ec6b8ec.
  • Loading branch information
BeritJanssen committed Sep 21, 2023
1 parent ae2d1c2 commit 1879785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/ianalyzer/common_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
ACCOUNT_EMAIL_REQUIRED = True
AUTH_USER_MODEL = 'users.CustomUser'

REST_AUTH = {
REST_AUTH_SERIALIZERS = {
'USER_DETAILS_SERIALIZER': 'users.serializers.CustomUserDetailsSerializer',
'REGISTER_SERIALIZER': 'users.serializers.CustomRegistrationSerializer',
'REGISTER_SERIALIZER': 'users.serializers.CustomRegisterSerializer',
}

LOGO_LINK = 'https://dhstatic.hum.uu.nl/logo-cdh/png/UU_CDH_logo_EN_whiteFC.png'

0 comments on commit 1879785

Please sign in to comment.