Use KeyboardType.Password for login text field

This commit is contained in:
Gnivom
2023-03-01 22:21:19 +01:00
parent fb7edd1797
commit c7bf4240dd
@@ -100,7 +100,7 @@ fun LoginPage(accountViewModel: AccountStateViewModel) {
onValueChange = { key.value = it },
keyboardOptions = KeyboardOptions(
autoCorrect = false,
keyboardType = KeyboardType.Ascii,
keyboardType = KeyboardType.Password,
imeAction = ImeAction.Go
),
placeholder = {