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
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/fixtures/static/oauth_remember_me.html')
-rw-r--r--spec/frontend/fixtures/static/oauth_remember_me.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/spec/frontend/fixtures/static/oauth_remember_me.html b/spec/frontend/fixtures/static/oauth_remember_me.html
deleted file mode 100644
index d7519dd695f..00000000000
--- a/spec/frontend/fixtures/static/oauth_remember_me.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<div class="js-oauth-login">
- <input id="remember_me_omniauth" type="checkbox" />
-
- <form method="post" action="http://example.com/">
- <button class="twitter" type="submit">
- <span>Twitter</span>
- </button>
- </form>
-
- <form method="post" action="http://example.com/">
- <button class="github" type="submit">
- <span>GitHub</span>
- </button>
- </form>
-
- <form method="post" action="http://example.com/?redirect_fragment=L1">
- <button class="facebook" type="submit">
- <span>Facebook</span>
- </button>
- </form>
-</div>