fix(script): catch Apple auth users

This commit is contained in:
Sabe Jones
2021-07-14 21:12:26 +00:00
parent 6766c577c9
commit 3757480a8d

View File

@@ -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 },