mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
Update UnlockWith.js
This commit is contained in:
parent
211842746e
commit
1c81ff9e1e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default class UnlockWith extends Component {
|
|||
if (!biometricType) {
|
||||
await BlueApp.startAndDecrypt();
|
||||
this.props.onSuccessfullyAuthenticated();
|
||||
} else if (biometricType !== false && !isStorageEncrypted) this.unlockWithBiometrics();
|
||||
} else if (!isStorageEncrypted && typeof biometricType === 'string') this.unlockWithBiometrics();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue