mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 20:20:03 -05:00
PM-34085: Remove the Authenticator Sync backwards compatibility
This commit is contained in:
@@ -16,11 +16,7 @@ fun List<SharedAccountData.Account>.toAuthenticatorItems(): List<AuthenticatorIt
|
||||
val issuer = uri
|
||||
.getQueryParameter(TotpCodeManager.ISSUER_PARAM)
|
||||
?.takeUnless { it.isBlank() }
|
||||
?: cipherData.name.takeUnless {
|
||||
// TODO: PM-34085 The cipher name will never be blank once we
|
||||
// TODO: remove the legacy support.
|
||||
it.isBlank()
|
||||
}
|
||||
?: cipherData.name
|
||||
val label = uri
|
||||
.pathSegments
|
||||
.firstOrNull()
|
||||
|
||||
Reference in New Issue
Block a user