mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
Linting
This commit is contained in:
parent
9877a52955
commit
9199343332
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue