templates/sms-setup.str in rodauth-2.12.0 vs templates/sms-setup.str in rodauth-2.13.0
- old
+ new
@@ -1,10 +1,10 @@
<form method="post" class="rodauth" role="form" id="sms-setup-form">
#{rodauth.sms_setup_additional_form_tags}
#{rodauth.csrf_tag}
#{rodauth.render('password-field') if rodauth.two_factor_modifications_require_password?}
- <div class="form-group">
- <label for="sms-phone">#{rodauth.sms_phone_label}#{rodauth.input_field_label_suffix}</label>
+ <div class="form-group mb-3">
+ <label for="sms-phone" class="form-label">#{rodauth.sms_phone_label}#{rodauth.input_field_label_suffix}</label>
<div class="row">
<div class="col-sm-3">
#{rodauth.input_field_string(rodauth.sms_phone_param, 'sms-phone', :type=>rodauth.sms_phone_input_type, :autocomplete=>'tel')}
</div>
</div>