Artem

Results 1 issues of Artem

``` FingerprintScanner.authenticate({ onAttempt: this.handleAuthenticationAttempted }) .then(() => { console.log('success'); this.setState({ errorMessage: undefined }); this.handleFingerprintDismissed(true); }) .catch(error => { this.setState({ errorMessage: error }); console.log('errorr', error); }); ``` sometimes inside componentdidmount this...

bug