Add phone verification logic
This commit is contained in:
@@ -18,8 +18,8 @@ from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='account'),
|
||||
path('register', views.register, name='register'),
|
||||
path('profile/', views.profile, name='profile'),
|
||||
# path('account', views.account, name='account'),
|
||||
# path('account_<str:action>', views.account_action, name='account_action'),
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user