| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cc83ffd commit 25f4b56
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -241,7 +241,7 @@ export function login(...args: any[]): Promise<LoginResult> { | |||
| 241 | 241 | passwordInput.setInputType(android.text.InputType.TYPE_CLASS_TEXT | android.text.InputType.TYPE_TEXT_VARIATION_PASSWORD); | |
| 242 | 242 | passwordInput.setTypeface(android.graphics.Typeface.DEFAULT); | |
| 243 | 243 | ||
| 244 | - passwordInput.setHint(options.userNameHint ? options.userNameHint : ""); | ||
| 244 | + passwordInput.setHint(options.passwordHint ? options.passwordHint : ""); | ||
| 245 | 245 | passwordInput.setText(options.password ? options.password : ""); | |
| 246 | 246 | ||
| 247 | 247 | const layout = new android.widget.LinearLayout(context); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments