You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
lint
This commit is contained in:
@@ -73,7 +73,7 @@ export default class CompleteSecurity extends React.Component {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (!e instanceof AccessCancelledError) {
|
if (!(e instanceof AccessCancelledError)) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
// this will throw if the user hits cancel, so ignore
|
// this will throw if the user hits cancel, so ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user