mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
✨ fix: Update Group import path in openidStrategy.js for consistency
This commit is contained in:
parent
e0ab2c666a
commit
24fc57fd01
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const { findUser, createUser, updateUser } = require('~/models/userMethods');
|
||||||
const { hashToken } = require('~/server/utils/crypto');
|
const { hashToken } = require('~/server/utils/crypto');
|
||||||
const { isEnabled } = require('~/server/utils');
|
const { isEnabled } = require('~/server/utils');
|
||||||
const { logger } = require('~/config');
|
const { logger } = require('~/config');
|
||||||
const Group = require('~/models/group');
|
const Group = require('~/models');
|
||||||
|
|
||||||
let crypto;
|
let crypto;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue