mirror of
https://github.com/bitwarden/android.git
synced 2025-03-07 23:16:00 +03:00
PIN value check
This commit is contained in:
parent
e85fd53d56
commit
baeee00a8d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Bit.App
|
|||
await Current.MainPage.Navigation.PushModalAsync(new LockFingerprintPage(!forceLock), false);
|
||||
}
|
||||
}
|
||||
else if(pinUnlock)
|
||||
else if(pinUnlock && !string.IsNullOrWhiteSpace(_authService.PIN))
|
||||
{
|
||||
if(Current.MainPage.Navigation.ModalStack.LastOrDefault() as LockPinPage == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue