Skip to content

Commit ef114f9

Browse files
authored
Use hidden password in add account input (#2168)
Passwords probably shouldn't be visible by default.
1 parent b7e59a0 commit ef114f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/add_account_input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
android:layout_height="wrap_content"
9797
android:autofillHints="password"
9898
android:hint="@string/example_password"
99-
android:inputType="textVisiblePassword"
99+
android:inputType="textPassword"
100100
android:nextFocusLeft="@id/apply_btt"
101101

102102
android:nextFocusRight="@id/cancel_btt"

0 commit comments

Comments
 (0)