Skip to content

Commit

Permalink
Fixed align
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ committed Aug 22, 2023
1 parent ded574a commit b2c99a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ fun ColumnScope.SubscriptionCredentials(model: SubscriptionCredentialsModel = vi
.fillMaxWidth()
.autofill(listOf(AutofillType.Username)) { model.username.value = it }
)
}
AnimatedVisibility(visible = requiresAuth) {
TextField(
value = password,
onValueChange = { model.password.value = it },
Expand Down

0 comments on commit b2c99a4

Please sign in to comment.