lint
This commit is contained in:
parent
26c9b64c3b
commit
ea7f160950
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue