Make token field visible (not masked)

This commit is contained in:
James (ClawdBot) 2026-01-28 08:29:39 +00:00
parent 9811d73d3f
commit 99e86390c4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="Gateway Token" android:hint="Gateway Token"
android:inputType="textPassword" android:inputType="textVisiblePassword"
android:padding="12dp" android:padding="12dp"
android:background="@drawable/input_background" android:background="@drawable/input_background"
android:layout_marginBottom="12dp" /> android:layout_marginBottom="12dp" />