Skip to content

Commit

Permalink
Merge pull request #1381 from bgeuken/fix_redirect_issue
Browse files Browse the repository at this point in the history
[webui] Fix redirect after login for IChain mode, issue#1182
  • Loading branch information
adrianschroeter committed Nov 19, 2015
2 parents f0fa45a + 86260d3 commit 87591dc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,6 +31,7 @@
<%= hidden_field_tag(:context, 'default') %>
<%= hidden_field_tag(:proxypath, 'reserve') %>
<%= hidden_field_tag(:message, 'Please log in') %>
<%= hidden_field_tag(:url, request.fullpath) %>
<%= label_tag(:username, 'Username') %>
<%= text_field_tag(:username, '') %>
</p>
Expand Down

0 comments on commit 87591dc

Please sign in to comment.