Allow registration of OAuth 1.0 applications to be disabled
This commit is contained in:
parent
3ab9da6c6b
commit
31659bedbe
6 changed files with 36 additions and 1 deletions
|
@ -42,4 +42,6 @@
|
|||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
<% if Settings.oauth_10_registration -%>
|
||||
<%= link_to t(".register_new"), { :action => :new }, :class => "btn btn-outline-primary" %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue