mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
style: removed created user error during log in with imported user
removed created user error during log in with imported user
This commit is contained in:
@@ -521,9 +521,9 @@ router.post(
|
||||
}
|
||||
await userRepository.save(user);
|
||||
} else if (!body || body.jellyfinUserIds.includes(account.Id)) {
|
||||
logger.error('CREATED USER', {
|
||||
label: 'API',
|
||||
});
|
||||
// logger.error('CREATED USER', {
|
||||
// label: 'API',
|
||||
// });
|
||||
|
||||
const newUser = new User({
|
||||
jellyfinUsername: account.Name,
|
||||
|
||||
Reference in New Issue
Block a user