diff --git a/docs/laborok/02-android-ui-compose/index.md b/docs/laborok/02-android-ui-compose/index.md index c3cbf1c..3ba8f4f 100644 --- a/docs/laborok/02-android-ui-compose/index.md +++ b/docs/laborok/02-android-ui-compose/index.md @@ -295,6 +295,7 @@ fun LoginScreen() { keyboardType = KeyboardType.Password ), singleLine = true, + visualTransformation = PasswordVisualTransformation(), isError = isPasswordWrong )