mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
PIN value check
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.App
|
|||||||
await Current.MainPage.Navigation.PushModalAsync(new LockFingerprintPage(!forceLock), false);
|
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)
|
if(Current.MainPage.Navigation.ModalStack.LastOrDefault() as LockPinPage == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user