mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(packages/client): 🚨 Remove useless default value
This commit is contained in:
parent
9cf85e951e
commit
bf890aec15
|
|
@ -2824,7 +2824,7 @@ export class Client extends BaseClient {
|
||||||
}>,
|
}>,
|
||||||
extra?: RequestInit,
|
extra?: RequestInit,
|
||||||
): Promise<URL> {
|
): Promise<URL> {
|
||||||
return this.post<void>(
|
return this.post(
|
||||||
`/oauth/sso/${issuer}`,
|
`/oauth/sso/${issuer}`,
|
||||||
{
|
{
|
||||||
client_id,
|
client_id,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue