chore: formatted stuff

This commit is contained in:
2024-05-13 17:34:56 +02:00
parent a49fb5e885
commit aa80c58628
6 changed files with 51 additions and 46 deletions
+1 -6
View File
@@ -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 = []