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 e4259be commit 3abbcf8Copy full SHA for 3abbcf8
lib/requests/create-account-request.js
@@ -127,7 +127,6 @@ class CreateAccountRequest extends AuthRequest {
127
.then(this.cancelIfAccountExists.bind(this))
128
.then(this.createAccountStorage.bind(this))
129
.then(this.saveCredentialsFor.bind(this))
130
- .then(this.initUserSession.bind(this))
131
.then(this.sendResponse.bind(this))
132
.then(userAccount => {
133
// 'return' not used deliberately, no need to block and wait for email
0 commit comments