diff --git a/src/interactive-auth.js b/src/interactive-auth.js index 1a4515d96..8cc7d54de 100644 --- a/src/interactive-auth.js +++ b/src/interactive-auth.js @@ -218,6 +218,8 @@ InteractiveAuth.prototype = { /** * Gets the sid for the email validation session * Specific to m.login.email.identity + * + * @returns {string} The sid of the email auth session */ getEmailSid: function() { return this._emailSid;