We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1306da7 commit 93d643eCopy full SHA for 93d643e
src/RestWrite.js
@@ -861,7 +861,7 @@ RestWrite.prototype.createSessionToken = async function () {
861
this.storage['authProvider'] = Object.keys(this.data.authData).join(',');
862
}
863
864
- const { sessionData, createSession } = RestWrite.createSession(this.config, {
+ const { sessionData, createSession } = Auth.createSession(this.config, {
865
userId: this.objectId(),
866
createdWith: {
867
action: this.storage['authProvider'] ? 'login' : 'signup',
0 commit comments