Skip to content

Commit

Permalink
add /auth/edit for apps like elk
Browse files Browse the repository at this point in the history
  • Loading branch information
Her Email authored and alphatownsman committed Nov 23, 2023
1 parent 82e7bd5 commit 3d9cf5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boofilsic/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"users/OAuth2_login/",
RedirectView.as_view(url="/account/login/oauth", query_string=True),
),
path(
"auth/edit", # some apps like elk will use this url
RedirectView.as_view(url="/account/profile", query_string=True),
),
path("", include("catalog.urls")),
path("", include("journal.urls")),
path("timeline/", include("social.urls")),
Expand Down

0 comments on commit 3d9cf5a

Please sign in to comment.