PM-34085: Remove the Authenticator Sync backwards compatibility

This commit is contained in:
David Perez
2026-03-25 11:10:27 -05:00
parent 83a9d35e32
commit f4e498f1f8
9 changed files with 4 additions and 282 deletions

View File

@@ -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()