mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
Return the correct value for valid biometric (#1037)
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Bit.Droid.Services
|
|||||||
CreateKey();
|
CreateKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Task.FromResult(false);
|
return Task.FromResult(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CreateKey()
|
private void CreateKey()
|
||||||
|
|||||||
Reference in New Issue
Block a user