We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c647c commit 57c7dd3Copy full SHA for 57c7dd3
packages/expo/src/index.ts
@@ -49,7 +49,7 @@ export const expo = (options?: ExpoOptions) => {
49
);
50
},
51
handler: createAuthMiddleware(async (ctx) => {
52
- const headers = ctx.context.responseHeader;
+ const headers = ctx.context.responseHeaders;
53
54
const location = headers.get("location");
55
if (!location) {
0 commit comments