Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. getVerificationCode: function(cmp, event, helper) {
  2. cmp.set("v.verificationCode", cmp.find('verificationCode').get('v.value'));
  3. console.log("Inside getVerificationCode"+cmp.get("v.verificationCode"));
  4. var navigate = component.get("v.navigateFlow");
  5. navigate("NEXT");
  6. navigate.fire();
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement