fix: use password entry for OTP entry field
This commit is contained in:
parent
5659ad9863
commit
3e67280f65
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
||||||
<com.google.android.material.textfield.TextInputEditText
|
<com.google.android.material.textfield.TextInputEditText
|
||||||
android:id="@+id/secret"
|
android:id="@+id/secret"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:inputType="textPassword" />
|
||||||
|
|
||||||
<requestFocus />
|
<requestFocus />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue