fix: use password entry for OTP entry field

This commit is contained in:
Harsh Shandilya 2023-04-27 15:15:04 +05:30
parent 5659ad9863
commit 3e67280f65
No known key found for this signature in database

View file

@ -24,7 +24,8 @@
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/secret"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:inputType="textPassword" />
<requestFocus />