mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Fixed locked setting bug. Added no site list message to extension.
This commit is contained in:
@@ -7,6 +7,7 @@ using Foundation;
|
||||
using MobileCoreServices;
|
||||
using Plugin.Fingerprint.Abstractions;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
{
|
||||
@@ -74,6 +75,7 @@ namespace Bit.iOS.Extension
|
||||
var result = await _fingerprint.AuthenticateAsync("Use your fingerprint to verify.");
|
||||
if(result.Authenticated)
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, false);
|
||||
LoadingViewController.DismissLockAndContinue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user