Skip to content

Commit

Permalink
fix: use unique ID in manifest.webapp permissions
Browse files Browse the repository at this point in the history
Permissions for `com.bitwarden.contacts` and `io.cozy.contacts` were
using the same ID

With this configuration `com.bitwarden.contacts` rule was overwritten
by `io.cozy.contacts` that is declared later in the json

This fix is related to this issue: cozy/cozy-stack#3118
  • Loading branch information
Ldoppea committed Sep 3, 2021
1 parent 7daecb0 commit 8d653c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"type": "com.bitwarden.organizations",
"verbs": ["ALL"]
},
"contacts": {
"contacts_bitwarden": {
"description": "Required to share passwords with other people",
"type": "com.bitwarden.contacts",
"verbs": ["ALL"]
Expand Down

0 comments on commit 8d653c3

Please sign in to comment.