fix: handle auth callback failures
This commit is contained in:
@@ -109,6 +109,7 @@ function finishAuthMeResponse(
|
||||
const total = timer.totalMs();
|
||||
const ownServerTiming = formatServerTiming(timer.stages, total);
|
||||
const backendServerTiming = String(extra?.backendServerTiming || "").trim();
|
||||
response.headers.set("Cache-Control", "no-store");
|
||||
response.headers.set(
|
||||
"Server-Timing",
|
||||
backendServerTiming
|
||||
|
||||
Reference in New Issue
Block a user