summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/authorizations/redirect.html.haml
blob: 9580f33c88acf1fff392849df2dfb07a5a134dbe (plain)
1
2
3
4
5
6
7
8
%h3.page-title= _("Redirecting")

%div
  %a{ :href => redirect_uri } Click here to redirect to #{redirect_uri}

= javascript_tag do
  :plain
    window.location= "#{redirect_uri}";