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

fix: add missing relatesTo to nextStep - OKTA-496979 #1224

Merged
merged 4 commits into from May 31, 2022

Conversation

shuowu
Copy link
Contributor

@shuowu shuowu commented May 30, 2022

adds relatesTo to NexStep type

@@ -45,7 +45,6 @@ export type Input = {
secret?: boolean;
required?: boolean;
options?: IdxOption[];
relatesTo?: IdxAuthenticator;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@codecov-commenter
Copy link

codecov-commenter commented May 30, 2022

Codecov Report

Merging #1224 (e893a3b) into 6.5 (c0859b2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              6.5    #1224   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files         157      157           
  Lines        4570     4570           
  Branches     1055     1055           
=======================================
  Hits         4270     4270           
  Misses        281      281           
  Partials       19       19           
Impacted Files Coverage Δ
lib/idx/types/api.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0859b2...e893a3b. Read the comment docs.

@shuowu-okta shuowu-okta merged commit 4536ba0 into 6.5 May 31, 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.

None yet

4 participants