mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 18:53:29 +00:00
check security stamp when syncing profile
This commit is contained in:
@@ -61,5 +61,17 @@ namespace Bit.App.Services
|
||||
_settings.AddOrUpdateValue(Constants.AutofillPasswordField, value);
|
||||
}
|
||||
}
|
||||
|
||||
public string SecurityStamp
|
||||
{
|
||||
get
|
||||
{
|
||||
return _settings.GetValueOrDefault<string>(Constants.SecurityStamp);
|
||||
}
|
||||
set
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SecurityStamp, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user