Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 14:43:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 14:44:14 +0300
commit4530f5d0bdc9b2f60eed2146eaf1b6f35fc53b0e (patch)
tree1194b1e2dd029e407f313797f781a2cf1f3ac39e /app/views
parent15c040a6bd71894260b66a90685070c0babfee76 (diff)
Add latest changes from gitlab-org/security/gitlab@13-12-stable-ee
Diffstat (limited to 'app/views')
-rw-r--r--app/views/doorkeeper/authorizations/redirect.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/doorkeeper/authorizations/redirect.html.haml b/app/views/doorkeeper/authorizations/redirect.html.haml
new file mode 100644
index 00000000000..2fefbac3802
--- /dev/null
+++ b/app/views/doorkeeper/authorizations/redirect.html.haml
@@ -0,0 +1,7 @@
+%h3.page-title= _("Redirecting")
+
+%div
+ %a{ :href => redirect_uri } Click here to redirect to #{redirect_uri}
+
+:javascript
+ window.location= "#{redirect_uri}";