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 7edb9cf commit a359a56Copy full SHA for a359a56
packages/core/src/lib/assert.ts
@@ -88,7 +88,7 @@ export function assertConfig(
88
}
89
90
const { callbackUrl: defaultCallbackUrl } = defaultCookies(
91
- options.useSecureCookies ?? url.protocol === "https://"
+ options.useSecureCookies ?? url.protocol === "https:"
92
)
93
const callbackUrlCookie =
94
request.cookies?.[
0 commit comments