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 de231e0 commit a715113Copy full SHA for a715113
packages/clerk-js/src/core/fapiClient.ts
@@ -149,7 +149,6 @@ export function createFapiClient(options: FapiClientOptions): FapiClient {
149
150
if (options.proxyUrl) {
151
const proxyBase = new URL(options.proxyUrl);
152
- // Remove leading slash and any trailing slash from the proxy pathname
153
let proxyPath = proxyBase.pathname.slice(1);
154
if (proxyPath.endsWith('/')) {
155
proxyPath = proxyPath.slice(0, -1);
0 commit comments