diff --git a/app/src/main/res/layout/fragment_oauth.xml b/app/src/main/res/layout/fragment_oauth.xml index 8c6d1d18e7..de92a9ea56 100644 --- a/app/src/main/res/layout/fragment_oauth.xml +++ b/app/src/main/res/layout/fragment_oauth.xml @@ -74,7 +74,7 @@ android:autofillHints="emailAddress" android:hint="@string/title_identity_tenant" android:imeOptions="actionNext" - android:inputType="textNoSuggestions" + android:inputType="text|textNoSuggestions" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"