mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
Fixed locked setting bug. Added no site list message to extension.
This commit is contained in:
@@ -11,6 +11,7 @@ using System.Threading.Tasks;
|
||||
using Bit.iOS.Core.Utilities;
|
||||
using Bit.App.Abstractions;
|
||||
using System.Linq;
|
||||
using Bit.App;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
{
|
||||
@@ -85,6 +86,7 @@ namespace Bit.iOS.Extension
|
||||
var key = _cryptoService.MakeKeyFromPassword(MasterPasswordCell.TextField.Text, _authService.Email);
|
||||
if(key.SequenceEqual(_cryptoService.Key))
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, false);
|
||||
MasterPasswordCell.TextField.ResignFirstResponder();
|
||||
LoadingViewController.DismissLockAndContinue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user