do not attempt to redirect to a source map after login

This commit is contained in:
Jason Ertel
2026-03-23 09:48:06 -04:00
parent 0c88b32fc2
commit 2f9a2e15b3

View File

@@ -387,7 +387,7 @@ http {
error_page 429 = @error429;
location @error401 {
if ($request_uri ~* (^/api/.*|^/connect/.*|^/oauth2/.*)) {
if ($request_uri ~* (^/api/.*|^/connect/.*|^/oauth2/.*|^/.*\.map$)) {
return 401;
}