Skip to content

Instantly share code, notes, and snippets.

@truongnmt
Created January 9, 2022 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truongnmt/917af3d5611c54e5ced1cf8bb61fff8d to your computer and use it in GitHub Desktop.
Save truongnmt/917af3d5611c54e5ced1cf8bb61fff8d to your computer and use it in GitHub Desktop.
new_session_controller.js
create(event) {
var [data, status, xhr] = event.detail;
console.log(data);
var credentialOptions = data;
Credential.get(credentialOptions);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment