mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Merge pull request #7423 from BlueWallet/marcosrdz-patch-3
Update UnlockWith.tsx
This commit is contained in:
commit
6550e955f6
@ -104,7 +104,7 @@ const UnlockWith: React.FC = () => {
|
||||
if (storageIsEncrypted) {
|
||||
dispatch({ type: SET_AUTH, payload: { type: AuthType.Encrypted, detail: undefined } });
|
||||
unlockWithKey();
|
||||
} else if (biometricUseCapableAndEnabled) {
|
||||
} else if (biometricUseCapableAndEnabled && biometricType) {
|
||||
dispatch({ type: SET_AUTH, payload: { type: AuthType.Biometrics, detail: biometricType } });
|
||||
unlockUsingBiometrics();
|
||||
} else if (biometricsUseEnabled && biometricType === undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user