Skip to content

Conversation

@gpressutto5
Copy link

Closes #71

Read issue for more details.
I confirmed with WorkOS support that the standalone MFA module is not planned for removal.
The current @deprecated tag breaks builds for teams using --warnings-as-errors.
This PR removes the @deprecated tag to avoid misleading warnings for projects that rely on this module.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Removes @deprecated attribute from WorkOS.MFA module while maintaining documentation about deprecation status, addressing build failures for projects using --warnings-as-errors flag.

  • Removed @deprecated attribute from lib/workos/mfa.ex to fix compilation errors while keeping informational deprecation notice in documentation
  • Change confirmed with WorkOS support that standalone MFA features will remain active
  • Helps projects using strict compiler settings (--warnings-as-errors) to build successfully

1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated tag from WorkOS.MFA module functions

1 participant