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);
|
await userRepository.save(user);
|
||||||
} else if (!body || body.jellyfinUserIds.includes(account.Id)) {
|
} else if (!body || body.jellyfinUserIds.includes(account.Id)) {
|
||||||
logger.error('CREATED USER', {
|
// logger.error('CREATED USER', {
|
||||||
label: 'API',
|
// label: 'API',
|
||||||
});
|
// });
|
||||||
|
|
||||||
const newUser = new User({
|
const newUser = new User({
|
||||||
jellyfinUsername: account.Name,
|
jellyfinUsername: account.Name,
|
||||||
|
|||||||
Reference in New Issue
Block a user