@if (!defaultSMSGatewayIsSet()) {
For SMS tokens to work properly you need to set the SMS Token Config!
}
Read number dynamically from user source on each request.
Phone numberPhone number is required
@if (!wizard || !defaultSMSGatewayIsSet()) {
A token specific SMS gateway
If this token should not use the system wide SMS gateway but an individual SMS gateway, you can select the
gateway here.
@for (option of smsGatewayOptions(); track option) {
{{ option }}
}
}