Skip to content

Commit

Permalink
PM-10122: Autofocus on PIN or password field
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-livefront committed Aug 6, 2024
1 parent 18cd66a commit c817952
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ private fun LoginScreenContent(
.verticalScroll(rememberScrollState()),
) {
BitwardenPasswordField(
autoFocus = true,
modifier = Modifier
.testTag("MasterPasswordEntry")
.padding(horizontal = 16.dp)
Expand Down

0 comments on commit c817952

Please sign in to comment.