Add phone verification logic

This commit is contained in:
2022-09-24 13:41:49 +03:00
parent e10b2e0138
commit 44da6faadd
6 changed files with 139 additions and 7 deletions

View File

@@ -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'),
#