Fixed OAuth password length

This commit is contained in:
M66B 2021-02-12 21:59:40 +01:00
parent dd9dccbe1d
commit 5831f51ed0
2 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,7 @@
android:layout_height="wrap_content"
android:autofillHints="password"
android:inputType="textPassword"
android:maxLength="20000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
</com.google.android.material.textfield.TextInputLayout>

View File

@ -418,6 +418,7 @@
android:layout_height="wrap_content"
android:autofillHints="password"
android:inputType="textPassword"
android:maxLength="20000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
</com.google.android.material.textfield.TextInputLayout>