sync_attr_with_auth0 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbd1d27afcb626e027d6b5d610d048e52611480e
|
4
|
+
data.tar.gz: 1c0ba300b82dc2a2cb1a8da61ed0b16805967d96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f8a355e4b26d652563dc2812108c13019ea5a18f1def848efdc749149e39877c3d0722780f11ae8449b2233629e130bf0fe9810943fc7a6f3c26e576e161f9c
|
7
|
+
data.tar.gz: 0250be3d225041f815f7960f5fb59f25834799750b405168297bdecaea174611d8115ee5352c65d68eb58432f8a5c228585a83d3638d00c3d955259f03828b81
|
@@ -22,7 +22,7 @@ module SyncAttrWithAuth0
|
|
22
22
|
end # validate_email_with_auth0
|
23
23
|
|
24
24
|
def users_in_auth0_with_matching_email
|
25
|
-
return SyncAttrWithAuth0::Auth0.find_users_by_email(auth0_user_email, exclude_user_id: auth0_user_uid, config: auth0_sync_configuration)
|
25
|
+
return SyncAttrWithAuth0::Auth0.find_users_by_email("\"#{auth0_user_email}\"", exclude_user_id: auth0_user_uid, config: auth0_sync_configuration)
|
26
26
|
end # users_in_auth0_with_matching_email
|
27
27
|
|
28
28
|
end
|