Skip to content

Commit 7542ea0

Browse files
committed
Update example
1 parent 4ad8faa commit 7542ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ btn.addEventListener("click", function() {
2323
Ti.API.info(JSON.stringify(e));
2424

2525
// Prefill the form fields
26-
// usernameField.setValue(e.username);
27-
// passwordField.setValue(e.password);
26+
// usernameField.setValue(e.credentials.username);
27+
// passwordField.setValue(e.credentials.password);
2828
}
2929
});
3030
});

0 commit comments

Comments
 (0)