Skip to content

Commit 3abbcf8

Browse files
committed
Don't log in user after registration.
This obliges them to log in on the client. Fixes #753.
1 parent e4259be commit 3abbcf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/requests/create-account-request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class CreateAccountRequest extends AuthRequest {
127127
.then(this.cancelIfAccountExists.bind(this))
128128
.then(this.createAccountStorage.bind(this))
129129
.then(this.saveCredentialsFor.bind(this))
130-
.then(this.initUserSession.bind(this))
131130
.then(this.sendResponse.bind(this))
132131
.then(userAccount => {
133132
// 'return' not used deliberately, no need to block and wait for email

0 commit comments

Comments
 (0)