diff --git a/oauth/urls.py b/oauth/urls.py index 53c4013..187ed8d 100644 --- a/oauth/urls.py +++ b/oauth/urls.py @@ -21,7 +21,7 @@ app_name = "oauth" urlpatterns = [ path(r'oauth/authorize', views.authorize), path(r'oauth/requireemail/.html', views.RequireEmailView.as_view(), name='require_email'), - path(r'oauth/emailconfirm/)/.html', views.emailconfirm, name='email_confirm'), + path(r'oauth/emailconfirm//.html', views.emailconfirm, name='email_confirm'), path(r'oauth/bindsuccess/.html', views.bindsuccess, name='bindsuccess'), path(r'oauth/oauthlogin', views.oauthlogin, name='oauthlogin') ]