Skip to content

Commit d540a77

Browse files
committed
Remove unused buildURL
1 parent ef9bb9f commit d540a77

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/clerk-js/src/core/clerk.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,14 +1600,7 @@ export class Clerk implements ClerkInterface {
16001600
);
16011601
}
16021602

1603-
return this.buildUrlWithAuth(
1604-
buildURL(
1605-
{
1606-
base: this.environment.displayConfig.afterSignOutOneUrl,
1607-
},
1608-
{ stringify: true },
1609-
),
1610-
);
1603+
return this.buildUrlWithAuth(this.environment.displayConfig.afterSignOutOneUrl);
16111604
}
16121605

16131606
public buildCreateOrganizationUrl(): string {

0 commit comments

Comments
 (0)