Skip to content

Commit

Permalink
Update SmartLockModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
giggsoff authored Jan 16, 2019
1 parent 7a21a77 commit 7d39859
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,13 @@ private void handleSuccess(Credential credential) {

String name = credential.getName();
String id = credential.getId();
String password = credential.getPassword();
List<IdToken> tokens = credential.getIdTokens();


obj.put("name", name);
obj.put("id", id);
obj.put("password", password);
obj.put("tokens", tokens.toString());

sLPromise.resolve(obj.toString());
Expand Down

0 comments on commit 7d39859

Please sign in to comment.