We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4ee5b9 + d672251 commit 3ef0327Copy full SHA for 3ef0327
account/urls.py
@@ -9,7 +9,7 @@
9
path("account/login/", IdLogin.as_view(), name='account_login'),
10
path("account/email/", IdLogin.as_view(), name='account_email'),
11
path("account/logout/", Logout.as_view(), name='account_logout'),
12
- path("account/singup/", IdLogin.as_view(), name="account_signup"),
+ path("account/signup/", IdLogin.as_view(), name="account_signup"),
13
path("auth/github/login/", GitHubLogin.as_view(), name="github_login"),
14
path("auth/google/login/", GoogleLogin.as_view(), name="google_login"),
15
#path("my-page/payments", MyPage.as_view())
0 commit comments