This commit is contained in:
Adria Navarro 2025-03-18 09:46:44 +01:00
parent 8b9db07858
commit e728ee5384
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ export async function edit(
id: ctx.params.id, id: ctx.params.id,
name: body.name, name: body.name,
url: body.url, url: body.url,
clientId: ctx.clientId, clientId: body.clientId,
clientSecret: ctx.clientSecret, clientSecret: body.clientSecret,
} }
const config = await sdk.oauth2.update(toUpdate) const config = await sdk.oauth2.update(toUpdate)