Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select-enrollment-channel now accepts protocol-defined inputs #1263

Merged
merged 8 commits into from
Aug 2, 2022

Conversation

jaredperreault-okta
Copy link
Contributor

No description provided.

@jaredperreault-okta jaredperreault-okta changed the title Jp okta 515265 select-enrollment-channel now accepts protocol-defined inputs Aug 2, 2022
@jaredperreault-okta jaredperreault-okta marked this pull request as ready for review August 2, 2022 14:03

if (this.values.authenticator) {
const { id, channel } = this.values.authenticator as Authenticator;
if (!!id && !!channel) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|| instead of &&?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both the channel and id are required

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, I miss read !! to ! ...

@eng-prod-CI-bot-okta eng-prod-CI-bot-okta merged commit e5a22a6 into 6.7 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants