PM-22465: Identity state is not pre-populated on edit screen (#5759)

This commit is contained in:
David Perez 2025-08-20 11:15:16 -05:00 committed by GitHub
parent e5a1546291
commit 2f72553454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ fun CipherView.toViewState(
address2 = identity?.address2.orEmpty(),
address3 = identity?.address3.orEmpty(),
city = identity?.city.orEmpty(),
state = identity?.state.orEmpty(),
zip = identity?.postalCode.orEmpty(),
country = identity?.country.orEmpty(),
)

View File

@ -158,6 +158,7 @@ class CipherViewExtensionsTest {
email = "placeholde@email.com",
phone = "555-555-5555",
city = "Minneapolis",
state = "MN",
country = "USA",
),
),