You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Fix lint (add jsdoc)
This commit is contained in:
@@ -218,6 +218,8 @@ InteractiveAuth.prototype = {
|
|||||||
/**
|
/**
|
||||||
* Gets the sid for the email validation session
|
* Gets the sid for the email validation session
|
||||||
* Specific to m.login.email.identity
|
* Specific to m.login.email.identity
|
||||||
|
*
|
||||||
|
* @returns {string} The sid of the email auth session
|
||||||
*/
|
*/
|
||||||
getEmailSid: function() {
|
getEmailSid: function() {
|
||||||
return this._emailSid;
|
return this._emailSid;
|
||||||
|
|||||||
Reference in New Issue
Block a user