LoginActivity password max length

This commit is contained in:
Balazs Toldi
2023-07-29 15:37:44 +02:00
parent 442310cad3
commit 20c317b63f
2 changed files with 5 additions and 4 deletions

View File

@@ -90,6 +90,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/user_password"
android:maxLength="60"
android:maxLines="1"
android:password="true" />