Registers a callback function to be called when a member logs in.
Use this function to run code after a member successfully logs in, such as updating the UI, loading member-specific data, or tracking login events.
handler(): void Callback function to run when a member logs in.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.