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.
buildURL
1 parent ef9bb9f commit d540a77Copy full SHA for d540a77
packages/clerk-js/src/core/clerk.ts
@@ -1600,14 +1600,7 @@ export class Clerk implements ClerkInterface {
1600
);
1601
}
1602
1603
- return this.buildUrlWithAuth(
1604
- buildURL(
1605
- {
1606
- base: this.environment.displayConfig.afterSignOutOneUrl,
1607
- },
1608
- { stringify: true },
1609
- ),
1610
- );
+ return this.buildUrlWithAuth(this.environment.displayConfig.afterSignOutOneUrl);
1611
1612
1613
public buildCreateOrganizationUrl(): string {
0 commit comments