summaryrefslogtreecommitdiffstats
path: root/resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html')
-rw-r--r--resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html b/resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html
new file mode 100644
index 0000000000..9d34ef64a2
--- /dev/null
+++ b/resources/com/google/gerrit/httpd/auth/openid/RedirectForm.html
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <title>Gerrit Code Review - Redirecting ...</title>
+ </head>
+ <body>
+ <div>Redirecting ...</div>
+ <form method="POST" action="#" id="redirect_form">
+ <input type="submit" value="Continue" />
+ </form>
+ <script type="text/javascript" language="javascript">
+ var r = document.getElementById('redirect_form');
+ r.style.display = 'none';
+ r.submit();
+ </script>
+ </body>
+</html>