diff --git a/src/.pa11yci b/src/.pa11yci index e641d58e4..6bb5727e0 100644 --- a/src/.pa11yci +++ b/src/.pa11yci @@ -1,14 +1,11 @@ { "defaults": { "concurrency": 1, - "timeout": 30000, - "hideElements": "a[href='/whoami/']" - + "timeout": 30000 }, "urls": [ "http://localhost:8080/", "http://localhost:8080/health/", - "http://localhost:8080/whoami/", "http://localhost:8080/register/", "http://localhost:8080/register/organization/", "http://localhost:8080/register/org_federal/", diff --git a/src/registrar/config/urls.py b/src/registrar/config/urls.py index 0ef9fbe36..c21d0206c 100644 --- a/src/registrar/config/urls.py +++ b/src/registrar/config/urls.py @@ -45,7 +45,6 @@ for step, view in [ urlpatterns = [ path("", views.index, name="home"), - path("whoami/", views.whoami, name="whoami"), path("admin/", admin.site.urls), path( "application//edit/", diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index 3ca280a0b..977366e47 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -152,7 +152,7 @@