mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
Fixed locked setting bug. Added no site list message to extension.
This commit is contained in:
@@ -82,6 +82,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if(Model.PIN == _authService.PIN)
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, false);
|
||||
PinControl.Entry.Unfocus();
|
||||
Navigation.PopModalAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user