mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 15:00:55 +02:00
Merge pull request #171 from Gnivom/login_safe_nsec_entry
Use KeyboardType.Password for login text field
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user