aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-04-27 15:15:04 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-04-27 15:15:04 +0530
commit3e67280f654012c7f9898dbfb66c87f0f2b06bc0 (patch)
tree048daadefb606fb30c27acc78816819740d45431 /app
parent5659ad9863f7ce47962668a473fd29c79d9c710e (diff)
fix: use password entry for OTP entry field
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/fragment_manual_otp_entry.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_manual_otp_entry.xml b/app/src/main/res/layout/fragment_manual_otp_entry.xml
index ee5e5261..9cab5d01 100644
--- a/app/src/main/res/layout/fragment_manual_otp_entry.xml
+++ b/app/src/main/res/layout/fragment_manual_otp_entry.xml
@@ -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 />