mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
app id prefix for keychain service
This commit is contained in:
parent
aac1c22c56
commit
275246f27b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace Bit.iOS.Core.Services
|
|||
{
|
||||
Service = "com.8bit.bitwarden",
|
||||
Account = key,
|
||||
AccessGroup = "TEAMID.com.8bit.bitwarden"
|
||||
AccessGroup = "LTZ2PFU5D6.com.8bit.bitwarden"
|
||||
};
|
||||
|
||||
if(data != null)
|
||||
|
|
Loading…
Reference in a new issue