review feedback: error checking, timeouts, add .gov if missing

This commit is contained in:
Neil Martinsen-Burrell 2022-11-01 10:34:48 -05:00
parent 5d9a469ebd
commit 61b4cbf10b
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
3 changed files with 77 additions and 14 deletions

View file

@ -27,7 +27,7 @@ urlpatterns = [
path("openid/", include("djangooidc.urls")),
path("register/", application_wizard, name="application"),
path("register/<step>/", application_wizard, name=APPLICATION_URL_NAME),
path("available/<domain>", available, name="available"),
path("api/v1/available/<domain>", available, name="available"),
]
if not settings.DEBUG: