PM-10122: Autofocus on PIN or password field (#3678)
Some checks failed
Crowdin Push / Crowdin Push (push) Waiting to run
Scan / Check PR run (push) Failing after 0s
Scan / SAST scan (push) Has been skipped
Scan / Quality scan (push) Has been skipped
Test / Check PR run (push) Failing after 0s
Test / Test (push) Has been skipped

This commit is contained in:
Shannon Draeker 2024-08-06 15:49:39 -04:00 committed by GitHub
parent 6c50cbf558
commit 59ba585048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -238,6 +238,7 @@ private fun LoginScreenContent(
.verticalScroll(rememberScrollState()),
) {
BitwardenPasswordField(
autoFocus = true,
modifier = Modifier
.testTag("MasterPasswordEntry")
.padding(horizontal = 16.dp)