mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
BIT-1171 Update the login with device IDs (#1003)
This commit is contained in:
parent
7432068565
commit
b0af9a625c
3 changed files with 5 additions and 5 deletions
|
@ -199,7 +199,7 @@ private fun LoginWithDeviceScreenContent(
|
|||
style = LocalNonMaterialTypography.current.sensitiveInfoSmall,
|
||||
minLines = 2,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "FingerprintValueLabel" }
|
||||
.semantics { testTag = "FingerprintPhraseValue" }
|
||||
.padding(horizontal = 16.dp)
|
||||
.fillMaxWidth(),
|
||||
)
|
||||
|
|
|
@ -186,8 +186,7 @@ private fun LoginApprovalContent(
|
|||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp)
|
||||
.semantics { testTag = "FingerprintValueLabel" },
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
Spacer(modifier = Modifier.height(12.dp))
|
||||
|
||||
|
@ -197,9 +196,9 @@ private fun LoginApprovalContent(
|
|||
color = LocalNonMaterialColors.current.fingerprint,
|
||||
style = LocalNonMaterialTypography.current.sensitiveInfoSmall,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "FingerprintValueLabel" }
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp)
|
||||
.semantics { testTag = "FingerprintValue" },
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
|
|
|
@ -268,6 +268,7 @@ private fun PendingRequestItem(
|
|||
style = LocalNonMaterialTypography.current.sensitiveInfoSmall,
|
||||
textAlign = TextAlign.Start,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "FingerprintValueLabel" }
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue