1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
This commit is contained in:
David Baker
2020-01-31 10:38:20 +00:00
parent 26c9b64c3b
commit ea7f160950

View File

@@ -73,7 +73,7 @@ export default class CompleteSecurity extends React.Component {
});
}
} catch (e) {
if (!e instanceof AccessCancelledError) {
if (!(e instanceof AccessCancelledError)) {
console.log(e);
}
// this will throw if the user hits cancel, so ignore