Patch Changes
-
#6059
ad42665ad9ccb07f6090da353377d016b67acdd0
Thanks @aliemir! - fix(devtools-server): missing header check on auth requestsDevtools was failing to determine the auth status and always end up redirecting to the login page regardless of the actual auth status. This was due to the missing check on the auth request that was causing all valid responses treated as unauthenticated.
Resolves #6047