<%= f.label :oauth_redirect %>
<%= f.text_field :oauth_redirect, class: 'fullwidth', value: @oauth_redirect || 'https://domain.com/webhooks/bolt' %>
<%= f.label :oauth_logout %>
<%= f.text_field :oauth_logout, class: 'fullwidth', value: @oauth_logout || 'https://domain.com/webhooks/bolt' %>
<%= f.submit 'Update', class: 'btn btn-primary', data: { disable_with: 'Creating..' } %>
<%= link_to 'Cancel', admin_bolt_path, class: 'button' %>