mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 20:04:38 +00:00
fix(lint): let Curly breathe
This commit is contained in:
parent
a378106851
commit
c4d131744b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue