Solutionunvalidated
not redirect if the URL is already `/admin/main/users` — if ( adminconfig?.matcher.includes(pathname) || pathname.startsWith("/admin/") ) {.
81be8a77-d56c-413f-9425-51983b988eb6
not redirect if the URL is already /admin/main/users — if (
adminconfig?.matcher.includes(pathname) ||
pathname.startsWith("/admin/")
) {.