We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69cbc6 commit 8750a9fCopy full SHA for 8750a9f
drfpasswordless/urls.py
@@ -10,6 +10,8 @@
10
)
11
12
app_name = 'drfpasswordless'
13
+namespace = 'drfpasswordless'
14
+
15
urlpatterns = [
16
path(api_settings.PASSWORDLESS_AUTH_PREFIX + 'email/', ObtainEmailCallbackToken.as_view(), name='auth_email'),
17
path(api_settings.PASSWORDLESS_AUTH_PREFIX + 'mobile/', ObtainMobileCallbackToken.as_view(), name='auth_mobile'),
0 commit comments