Created
January 9, 2022 22:40
-
-
Save truongnmt/917af3d5611c54e5ced1cf8bb61fff8d to your computer and use it in GitHub Desktop.
new_session_controller.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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