We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad8faa commit 7542ea0Copy full SHA for 7542ea0
example/app.js
@@ -23,8 +23,8 @@ btn.addEventListener("click", function() {
23
Ti.API.info(JSON.stringify(e));
24
25
// Prefill the form fields
26
- // usernameField.setValue(e.username);
27
- // passwordField.setValue(e.password);
+ // usernameField.setValue(e.credentials.username);
+ // passwordField.setValue(e.credentials.password);
28
}
29
});
30
0 commit comments