Increase Kitsu password max length #774

master
Koitharu 2 years ago
parent 45c3c05f01
commit 2c07d2c8e1
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -58,6 +58,7 @@
android:autofillHints="emailAddress" android:autofillHints="emailAddress"
android:imeOptions="actionDone" android:imeOptions="actionDone"
android:inputType="textEmailAddress" android:inputType="textEmailAddress"
android:maxLength="512"
android:singleLine="true" android:singleLine="true"
android:textSize="16sp" android:textSize="16sp"
tools:hint="Email" /> tools:hint="Email" />
@ -84,7 +85,7 @@
android:autofillHints="password" android:autofillHints="password"
android:imeOptions="actionDone" android:imeOptions="actionDone"
android:inputType="textPassword" android:inputType="textPassword"
android:maxLength="24" android:maxLength="512"
android:singleLine="true" android:singleLine="true"
android:textSize="16sp" android:textSize="16sp"
tools:hint="Password" /> tools:hint="Password" />

Loading…
Cancel
Save