chore: formatted stuff
This commit is contained in:
+1
-6
@@ -1,12 +1,7 @@
|
||||
from django.urls import path
|
||||
from users.views import login, register, reset_password
|
||||
|
||||
|
||||
app_name = "users"
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("login", login, name="login"),
|
||||
path("sign-up", register, name="register"),
|
||||
path("reset-password", reset_password, name="reset_password"),
|
||||
]
|
||||
urlpatterns = []
|
||||
|
||||
Reference in New Issue
Block a user