Skip to content

Commit 915aac5

Browse files
authored
[PM-17215] Remove get_login_creds from Fido2OriginManagerImpl.filterMatchingAppStatementsOrNull (#4804)
1 parent 2027a66 commit 915aac5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/x8bit/bitwarden/data/autofill/fido2/manager/Fido2OriginManagerImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ class Fido2OriginManagerImpl(
134134
target.packageName == rpPackageName &&
135135
statement.relation.containsAll(
136136
listOf(
137-
"delegate_permission/common.get_login_creds",
138137
"delegate_permission/common.handle_all_urls",
139138
),
140139
)

0 commit comments

Comments
 (0)