Get email auth sending working (not the link back though)
This commit is contained in:
parent
e800d3d477
commit
f2f5496b78
2 changed files with 8 additions and 2 deletions
|
@ -119,7 +119,7 @@ class EmailIdentityStage extends Stage {
|
|||
"&is_url=" +
|
||||
encodeURIComponent(this.signupInstance.getIdentityServerUrl()) +
|
||||
"&session_id=" +
|
||||
encodeURIComponent(this.signupInstance.getSessionId());
|
||||
encodeURIComponent(this.signupInstance.params.sessionId);
|
||||
|
||||
return this.client.requestEmailToken(
|
||||
this.signupInstance.email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue