mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
⏰ fix: Disable TTL For Transient OIDC Users In Permission Service (#9643)
This commit is contained in:
parent
45ab4d4503
commit
0e94d97bfb
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ const ensurePrincipalExists = async function (principal) {
|
|||
idOnTheSource: principal.idOnTheSource,
|
||||
};
|
||||
|
||||
const userId = await createUser(userData, true, false);
|
||||
const userId = await createUser(userData, true, true);
|
||||
return userId.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue