Skip to content

Commit

Permalink
Update urls.py (#1410)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
charleswhchan authored May 7, 2024
1 parent 1c33bfc commit 2ef14c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2_provider/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# .well-known/openid-configuration/ is deprecated
# https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig
# does not specify a trailing slash
# Support for trailing slash should shall be removed in a future release.
# Support for trailing slash shall be removed in a future release.
re_path(
r"^\.well-known/openid-configuration/?$",
views.ConnectDiscoveryInfoView.as_view(),
Expand Down

0 comments on commit 2ef14c5

Please sign in to comment.