Skip to content

Commit 2a6b0d7

Browse files
committed
wip
1 parent 51ca662 commit 2a6b0d7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/RestWrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ RestWrite.prototype.createSessionTokenIfNeeded = async function () {
893893
}
894894
if (
895895
!this.storage.authProvider && // signup call, with
896-
this.config.preventLoginWithUnverifiedEmail && // no login without verification
896+
this.config.preventLoginWithUnverifiedEmail === true && // no login without verification
897897
this.config.verifyUserEmails
898898
) {
899899
// verification is on

0 commit comments

Comments
 (0)