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
Stray brace
This commit is contained in:
@@ -110,7 +110,7 @@ InteractiveAuth.prototype = {
|
|||||||
* begin the authentication process.
|
* begin the authentication process.
|
||||||
*
|
*
|
||||||
* @return {module:client.Promise} which resolves to the response on success,
|
* @return {module:client.Promise} which resolves to the response on success,
|
||||||
* or rejects with the error on failure. Rejects with NoAuthFlowFoundError} if
|
* or rejects with the error on failure. Rejects with NoAuthFlowFoundError if
|
||||||
* no suitable authentication flow can be found
|
* no suitable authentication flow can be found
|
||||||
*/
|
*/
|
||||||
attemptAuth: function() {
|
attemptAuth: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user