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:
parent
29970d6899
commit
c3760adff4
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue