Skip to content

Commit

Permalink
unbotch urls for phone setup and create (fixes #655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaniagualaconich committed Sep 10, 2023
1 parent d6d8b63 commit 4fc5139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions two_factor/plugins/phonenumber/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

urlpatterns = [
path(
'account/two_factor/backup/phone/register/',
'register/',
PhoneSetupView.as_view(),
name='phone_create',
),
path(
'account/two_factor/backup/phone/unregister/<int:pk>/',
'unregister/<int:pk>/',
PhoneDeleteView.as_view(),
name='phone_delete',
),
Expand Down

0 comments on commit 4fc5139

Please sign in to comment.