Skip to content

Commit

Permalink
Fix for blank redirect URI check in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Apr 2, 2019
1 parent 48830f7 commit a69027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/doorkeeper/applications/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</span>
<% end %>
<% if Doorkeeper.configuration.allow_blank_redirect_uri? %>
<% if Doorkeeper.configuration.allow_blank_redirect_uri?(application) %>
<span class="form-text text-secondary">
<%= t('doorkeeper.applications.help.blank_redirect_uri') %>
</span>
Expand Down

0 comments on commit a69027c

Please sign in to comment.