1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-21 23:54:26 +00:00

Add TODO note to PasswordField

This commit is contained in:
Steffo 2023-11-20 15:34:15 +01:00
parent 29970d6899
commit c3760adff4
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -57,6 +57,7 @@ fun PasswordField(
var showPassword by rememberSaveable { mutableStateOf(false) }
TextField(
// TODO: Is there a better way...?
modifier = modifier,
value = value,
onValueChange = onValueChange,