Skip to content

Commit

Permalink
Merge branch 'km/update-error-message' of https://github.com/supabase…
Browse files Browse the repository at this point in the history
…/auth into km/update-error-message
  • Loading branch information
kangmingtay committed Jan 14, 2025
2 parents 2d1717b + d9a27c9 commit daab61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
UserExistsError error = errors.New("user already exists")
)

const InvalidChannelError = "Invalid channel, supported values are 'sms' or 'whatsapp'. 'whatsapp' is only supported if twilio or twilio verify is used as the provider."
const InvalidChannelError = "Invalid channel, supported values are 'sms' or 'whatsapp'. 'whatsapp' is only supported if Twilio or Twilio Verify is used as the provider."

var oauthErrorMap = map[int]string{
http.StatusBadRequest: "invalid_request",
Expand Down

0 comments on commit daab61c

Please # to comment.