@bluemarble/bm-components 1.11.2 → 1.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4635,7 +4635,7 @@ var AuthHelper = class {
|
|
|
4635
4635
|
};
|
|
4636
4636
|
try {
|
|
4637
4637
|
const { fullName, email } = yield this.oauthSignInCallback(code);
|
|
4638
|
-
const userExists = this.onGetUserData(email);
|
|
4638
|
+
const userExists = yield this.onGetUserData(email);
|
|
4639
4639
|
if (!userExists && this.oauth) {
|
|
4640
4640
|
yield this.oauth.onCreateUser({ fullname: fullName, email });
|
|
4641
4641
|
}
|