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
refactor(api): simplify verify-link-email route with ResponseHelper
Updates the `/api/v1/auth/verify-link-email` route handler to use the new
`ResponseHelper.success` method. This change removes several lines of
boilerplate code related to manually creating metadata and the success
response object, making the handler cleaner and more focused on its
core logic.
0 commit comments