1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Doc sid param

This commit is contained in:
David Baker
2017-03-03 10:15:09 +00:00
parent 3c246a97e8
commit 1d591034ff

View File

@@ -220,6 +220,8 @@ InteractiveAuth.prototype = {
* This must be set in order to successfully poll for completion
* of the email validation.
* Specific to m.login.email.identity
*
* @param {string} sid The sid for the email validation session
*/
setEmailSid: function(sid) {
this._emailSid = sid;