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 --authcode option parsing. #546

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

szymonnogiec
Copy link
Contributor

Resolves #488 issue. The checks for opts were wrong in 5 functions: verify/remove/submit_mfa & generate/get_mfa_codes. All of them expected long version of the opt to be '--code', instead of '--authcode' as the docs say.

Resolves openziti#488 issue. The checks for opts were wrong in 5 functions:
verify/remove/submit_mfa & generate/get_mfa_codes. All of them
expected long version of the opt to be '--code', instead of '--authcode' as
the docs say.
@szymonnogiec szymonnogiec requested a review from a team as a code owner November 7, 2022 17:31
@szymonnogiec
Copy link
Contributor Author

Tested, works.

Copy link
Member

@scareything scareything left a comment

Choose a reason for hiding this comment

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

Welcome to openziti, and thanks for your contribution!

@scareything scareything merged commit 5dadbc0 into openziti:main Nov 7, 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.

unrecognized option --authcode
2 participants