summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
authorScott Escue <scott.escue@gmail.com>2018-06-04 16:30:59 -0500
committerMike Greiling <mike@pixelcog.com>2019-01-10 00:00:39 -0600
commit6b067fe470857a478939a6037280beb07cf9680d (patch)
tree7e96d41025e592d9a97a1f113c7caf3e535cc388 /spec/javascripts/fixtures
parent4dcaa4df3622ae267363fcff184d0929b2102035 (diff)
downloadgitlab-ce-6b067fe470857a478939a6037280beb07cf9680d.tar.gz
Updating OAuthRememberMe to use new common utility functions when manipulating query parameters on OAuth buttons. This ensures the 'remember_me' parameter is safely added and removed when other query parameters are present.
Diffstat (limited to 'spec/javascripts/fixtures')
-rw-r--r--spec/javascripts/fixtures/oauth_remember_me.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/oauth_remember_me.html.haml b/spec/javascripts/fixtures/oauth_remember_me.html.haml
index 7886e995e57..a5d7c4e816a 100644
--- a/spec/javascripts/fixtures/oauth_remember_me.html.haml
+++ b/spec/javascripts/fixtures/oauth_remember_me.html.haml
@@ -3,3 +3,4 @@
%a.oauth-login.twitter{ href: "http://example.com/" }
%a.oauth-login.github{ href: "http://example.com/" }
+ %a.oauth-login.facebook{ href: "http://example.com/?redirect_fragment=L1" }