templates/client_secret_field.str in rodauth-oauth-0.7.4 vs templates/client_secret_field.str in rodauth-oauth-0.8.0

- old
+ new

@@ -1,4 +1,4 @@ <div class="form-group"> - <label for="client_secret">#{rodauth.client_secret_label}#{rodauth.input_field_label_suffix}</label> - #{rodauth.input_field_string(rodauth.oauth_application_client_secret_param, "client_secret", :type=>"text")} + <label for="client_secret">#{rodauth.oauth_applications_client_secret_label}#{rodauth.input_field_label_suffix}</label> + #{rodauth.input_field_string(rodauth.oauth_application_client_secret_param, "client-secret", :type=>"text")} </div>