Closed rept closed 6 years ago
Hi @rept,
The example you passed is Phone Verification, that is a different Authy service, but Authy-Devise uses the 2FA api to send the SMS that also support the custom_message
param but to get access to this feature you need to contact our sales team.
If you don't have this feature enabled you will get the 60091 Custom message is not allowed
error.
Authy supports custom texts through custom_message
I expected this to work like this:
= authy_request_sms_link(:custom_message => t('views.authy.security_code'))
However it doesn't do anything.