From b0aabe1553cae0df7282d3f1e309c09b4210f930 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 31 May 2021 23:55:21 +0000 Subject: Add latest changes from gitlab-org/security/gitlab@13-12-stable-ee --- app/views/doorkeeper/authorizations/redirect.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/doorkeeper/authorizations/redirect.html.haml b/app/views/doorkeeper/authorizations/redirect.html.haml index 2fefbac3802..9580f33c88a 100644 --- a/app/views/doorkeeper/authorizations/redirect.html.haml +++ b/app/views/doorkeeper/authorizations/redirect.html.haml @@ -3,5 +3,6 @@ %div %a{ :href => redirect_uri } Click here to redirect to #{redirect_uri} -:javascript - window.location= "#{redirect_uri}"; += javascript_tag do + :plain + window.location= "#{redirect_uri}"; -- cgit v1.2.3