This commit is contained in:
CMF\e-leite 2026-03-16 10:20:48 +00:00
parent 9877a52955
commit 9199343332

View file

@ -779,7 +779,7 @@ async function setupOpenId() {
const clientMetadata = {
client_id: process.env.OPENID_CLIENT_ID,
response_types: ['code'],
grant_types: ['authorization_code']
grant_types: ['authorization_code'],
};
const clientSecret = process.env.OPENID_CLIENT_SECRET?.trim();