Skip to content

Commit

Permalink
remove deprecated paths #1363
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Nov 27, 2024
1 parent 1a0b1b1 commit 59eb336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions login/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@
# ),
re_path(r"^register$", views.CreateUserView.as_view()),
re_path(r"^detach$", views.DetachView.as_view()),
re_path(r"^activate/(?P<token>[\w\d\-\s]+)$", views.activate),
re_path(r"^activate/$", views.ActivationNoteView.as_view(), name="activate"),
re_path(r"^reset/token$", views.token_reset, name="reset-token"),
path("~redirect/", view=views.user_redirect_view, name="redirect"),
]

0 comments on commit 59eb336

Please sign in to comment.