mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
fix(lint): let Curly breathe
This commit is contained in:
@@ -77,7 +77,7 @@ async function processEmailAddress (email) {
|
||||
|
||||
const socialUsers = await User.find(
|
||||
{
|
||||
'auth.local.email': {$not: emailRegex},
|
||||
'auth.local.email': { $not: emailRegex },
|
||||
$or: [
|
||||
{ 'auth.facebook.emails.value': email },
|
||||
{ 'auth.google.emails.value': email },
|
||||
|
||||
Reference in New Issue
Block a user