Skip to content

Commit

Permalink
correct after login redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari committed Sep 30, 2024
1 parent d3b07a5 commit 280fec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ data:
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
# Related to user registration and authetication workflow
LOGIN_REDIRECT_URL = '/projects'
LOGIN_REDIRECT_URL = '/projects/'
LOGIN_URL = 'login'
LOGOUT_URL = 'logout'
INACTIVE_USERS = {{ if .Values.studio.inactive_users }}True{{ else }}False{{ end }}
Expand Down

0 comments on commit 280fec0

Please sign in to comment.