diff --git a/src/components/structures/auth/CompleteSecurity.js b/src/components/structures/auth/CompleteSecurity.js index 6d4abb0607..e7071bee0c 100644 --- a/src/components/structures/auth/CompleteSecurity.js +++ b/src/components/structures/auth/CompleteSecurity.js @@ -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