mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
also forward headers for not logged in...
This commit is contained in:
parent
3a69b4c91d
commit
349d57f1b5
@ -159,6 +159,7 @@ export async function processAuthStuff<T>(headers: Record<string, string>, authR
|
||||
},
|
||||
};
|
||||
}
|
||||
headers = { ...headers, ...forwardHeader() };
|
||||
}
|
||||
} else {
|
||||
// validate and refresh
|
||||
|
Loading…
Reference in New Issue
Block a user