mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
Vault Timeout Policy (#1530)
This commit is contained in:
@@ -84,11 +84,6 @@ namespace Bit.App.Services
|
||||
return false;
|
||||
}
|
||||
|
||||
public int? LockTimeout()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public void LaunchUri(string uri, Dictionary<string, object> options = null)
|
||||
{
|
||||
if ((uri.StartsWith("http://") || uri.StartsWith("https://")) &&
|
||||
|
||||
Reference in New Issue
Block a user