You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Lint
This commit is contained in:
@@ -152,7 +152,7 @@ module.exports = React.createClass({
|
||||
idBaseUrl: this.state.isUrl,
|
||||
});
|
||||
try {
|
||||
const result = await this._makeRegisterRequest({});
|
||||
await this._makeRegisterRequest({});
|
||||
// This should never succeed since we specified an empty
|
||||
// auth object.
|
||||
console.log("Expecting 401 from register request but got success!");
|
||||
|
||||
Reference in New Issue
Block a user