fix(packages/client): 🚨 Remove useless default value

This commit is contained in:
Jesse Wierzbinski 2025-11-21 11:03:16 +01:00
parent 9cf85e951e
commit bf890aec15
No known key found for this signature in database

View file

@ -2824,7 +2824,7 @@ export class Client extends BaseClient {
}>,
extra?: RequestInit,
): Promise<URL> {
return this.post<void>(
return this.post(
`/oauth/sso/${issuer}`,
{
client_id,