Skip to content

Commit b6163cf

Browse files
committed
Fix item key in VaultItemCardContent for security code field
1 parent a24c6f2 commit b6163cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/item/VaultItemCardContent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fun VaultItemCardContent(
163163
}
164164

165165
cardState.securityCode?.let { securityCodeData ->
166-
item(key = "securityCodeData_$securityCodeData") {
166+
item(key = "securityCode") {
167167
BitwardenPasswordField(
168168
label = stringResource(id = R.string.security_code),
169169
value = securityCodeData.code,

0 commit comments

Comments
 (0)