You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing provider info to signedup audit logs (#2061)
## What kind of change does this PR introduce?
Bug fix
## What is the current behavior?
Currently, when users complete email or phone verification flows, the
sign up audit logs are missing the `provider` field.
## What is the new behavior?
- Audit logs now include the `provider` field for all signup actions
- Added provider constants to improve code maintainability and prevent
hardcoded strings
0 commit comments