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 }, onValueChange = { key.value = it },
keyboardOptions = KeyboardOptions( keyboardOptions = KeyboardOptions(
autoCorrect = false, autoCorrect = false,
keyboardType = KeyboardType.Ascii, keyboardType = KeyboardType.Password,
imeAction = ImeAction.Go imeAction = ImeAction.Go
), ),
placeholder = { placeholder = {