aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/urls.py
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-02 18:31:34 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-02 18:31:56 +0100
commit655957935a2c2daec3f5f1640754915d1bf26d6f (patch)
tree1398499d626691f55d81c323dacaa81957a96a7f /accounts/urls.py
parentadd account data validation (diff)
downloadscout-subs-655957935a2c2daec3f5f1640754915d1bf26d6f.tar.gz
scout-subs-655957935a2c2daec3f5f1640754915d1bf26d6f.zip
pof of oauth2
Diffstat (limited to 'accounts/urls.py')
-rw-r--r--accounts/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/urls.py b/accounts/urls.py
index 6a44457..3dc7d18 100644
--- a/accounts/urls.py
+++ b/accounts/urls.py
@@ -6,4 +6,6 @@ urlpatterns = [
path('signup/', views.signup, name='signup'),
path('personal/', views.personal, name='personal'),
path('terms/', views.terms, name='terms'),
+ path('oauth_login/', views.oauth_login, name='oauth_login'),
+ path('auth/', views.auth, name='auth'),
]