1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 00:33:20 +00:00

Added more api uris. lock screen bug in ios ext

This commit is contained in:
Kyle Spearrin
2017-04-21 09:12:30 -04:00
parent 952935de23
commit 2714c7cce9
2 changed files with 4 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ namespace Bit.iOS.Extension
}
var key = _cryptoService.MakeKeyFromPassword(MasterPasswordCell.TextField.Text, _authService.Email);
if(key.SequenceEqual(_cryptoService.Key))
if(key.Key.SequenceEqual(_cryptoService.Key.Key))
{
_settings.AddOrUpdateValue(Constants.Locked, false);
MasterPasswordCell.TextField.ResignFirstResponder();