1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

PIN value check

This commit is contained in:
Kyle Spearrin 2016-06-12 23:35:04 -04:00
parent e85fd53d56
commit baeee00a8d

View File

@ -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)
{