mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix(script): catch Apple auth users
This commit is contained in:
parent
6766c577c9
commit
3757480a8d
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ async function processEmailAddress (email) {
|
|||
$or: [
|
||||
{ 'auth.facebook.emails.value': email },
|
||||
{ 'auth.google.emails.value': email },
|
||||
{ 'auth.apple.emails.value': email },
|
||||
],
|
||||
},
|
||||
{ _id: 1, apiToken: 1, auth: 1 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue