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: improve invalid channel error message returned (#1908)
## What kind of change does this PR introduce?
* Improve error message around invalid channel error for phone auth.
Only twilio and twilio verify support whatsapp as a valid channel.
---------
Co-authored-by: Stojan Dimitrovski <[email protected]>
constInvalidChannelError="Invalid channel, supported values are 'sms' or 'whatsapp'"
23
+
constInvalidChannelError="Invalid channel, supported values are 'sms' or 'whatsapp'. 'whatsapp' is only supported if Twilio or Twilio Verify is used as the provider."
0 commit comments