mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
PM-2249 Fix vault timeout action policy check (#2521)
This commit is contained in:
committed by
GitHub
parent
9d6b938ba9
commit
fdaf743868
@@ -382,7 +382,7 @@ namespace Bit.App.Pages
|
|||||||
public async Task VaultTimeoutActionAsync()
|
public async Task VaultTimeoutActionAsync()
|
||||||
{
|
{
|
||||||
if (_vaultTimeoutPolicy != null &&
|
if (_vaultTimeoutPolicy != null &&
|
||||||
!string.IsNullOrEmpty(_vaultTimeoutPolicy.GetString(Policy.MINUTES_KEY)))
|
!string.IsNullOrEmpty(_vaultTimeoutPolicy.GetString(Policy.ACTION_KEY)))
|
||||||
{
|
{
|
||||||
// do nothing if we have a policy set
|
// do nothing if we have a policy set
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user