debian-mirror-gitlab/app/views/doorkeeper/authorizations/redirect.html.haml
2021-06-02 17:11:27 +05:30

9 lines
181 B
Text

%h3.page-title= _("Redirecting")
%div
%a{ :href => redirect_uri } Click here to redirect to #{redirect_uri}
= javascript_tag do
:plain
window.location= "#{redirect_uri}";