sync_attr_with_auth0 0.1.8 → 0.1.9
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: aedcc6948282cf1dce296ad604f0cd804a9ff24b
|
4
|
+
data.tar.gz: 07cb15e12ab2849fd05ea5274cfbcb4f4828b378
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2830aaa236835e9f1e0222df41af6730cf53c3c2d8286b28fd1ce097e1648e437a1bd99d51728c5f8d3ce58901fea343f6db9a830b9d6fe168c724c85fd879ef
|
7
|
+
data.tar.gz: 185033676a75cd961d12d5f951072da2352541689a109e0b93622059bd4ca670a64ac026d395c40595e6c3f2d5d1bf1cb0717685981563d06e5c5e5100125d5f
|
@@ -185,7 +185,7 @@ module SyncAttrWithAuth0
|
|
185
185
|
if auth0_user_saved_change_to_email?
|
186
186
|
# The email needs to be updated.
|
187
187
|
params['email'] = auth0_user_email
|
188
|
-
params['verify_email'] = auth0_email_verified?
|
188
|
+
params['verify_email'] = !auth0_email_verified?
|
189
189
|
end
|
190
190
|
|
191
191
|
return params
|