diff --git a/app/src/main/res/layout/fragment_oauth.xml b/app/src/main/res/layout/fragment_oauth.xml index 5560806254..60d8ddb151 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="text|textNoSuggestions" + android:inputType="textNoSuggestions" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"