mirror of
https://github.com/bitwarden/android.git
synced 2026-06-06 06:17:21 -05:00
BIT-1230: Show URI once for login items (#716)
This commit is contained in:
committed by
Álison Fernandes
parent
150fd159c3
commit
b65671bce7
@@ -226,7 +226,8 @@ private fun Login.toEncryptedNetworkLogin(): SyncResponseJson.Cipher.Login =
|
||||
ZonedDateTime.ofInstant(it, ZoneOffset.UTC)
|
||||
},
|
||||
shouldAutofillOnPageLoad = autofillOnPageLoad,
|
||||
uri = uris?.firstOrNull()?.uri,
|
||||
// uri needs to be null to avoid duplicating the first url entry for a login item.
|
||||
uri = null,
|
||||
username = username,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user