You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-04 03:22:43 +03:00
Get email auth sending working (not the link back though)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user