workos-elixir
workos-elixir copied to clipboard
Remove deprecated message for MFA module
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.