diff options
Diffstat (limited to 'app/views/settings/_authentication.html.erb')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb index 80fb4bd5a..3c5b1c1fe 100644 --- a/app/views/settings/_authentication.html.erb +++ b/app/views/settings/_authentication.html.erb @@ -23,10 +23,6 @@ <p><%= setting_text_field :max_additional_emails, :size => 6 %></p> <p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p> - -<p><%= setting_check_box :rest_api_enabled %></p> - -<p><%= setting_check_box :jsonp_enabled %></p> </div> <fieldset class="box"> |