Skip to content
Snippets Groups Projects
Commit 9df8ba87 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

OAuth redirection to frontend process/credentials

parent fa24cbfc
No related branches found
No related tags found
1 merge request!1008OAuth redirection to frontend process/credentials
......@@ -19,7 +19,7 @@ urlpatterns = [
# Link sent via email for password resets
path('user/reset/<uidb64>/<token>/', frontend_view.as_view(), name='password_reset_confirm'),
# Redirection URL for successful OAuth2 flows
path('imports/credentials/', frontend_view.as_view(), name='credentials'),
path('process/credentials/', frontend_view.as_view(), name='credentials'),
]
if 'debug_toolbar' in settings.INSTALLED_APPS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment