Merge pull request #692 from matrix-org/luke/fix-missing-sid
Store retrieved sid in the signupInstance of EmailIdentityStage
This commit is contained in:
commit
0e08646d01
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ class EmailIdentityStage extends Stage {
|
||||||
nextLink
|
nextLink
|
||||||
).then(function(response) {
|
).then(function(response) {
|
||||||
self.sid = response.sid;
|
self.sid = response.sid;
|
||||||
|
self.signupInstance.setIdSid(self.sid);
|
||||||
return self._completeVerify();
|
return self._completeVerify();
|
||||||
}).then(function(request) {
|
}).then(function(request) {
|
||||||
request.poll_for_success = true;
|
request.poll_for_success = true;
|
||||||
|
|
Loading…
Reference in a new issue