mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 17:03:42 -04:00
Disabled GitHub login for now, since it's too buggy and also makes the server mad slow.
This commit is contained in:
parent
1bd70591a0
commit
912df310a2
1 changed files with 5 additions and 4 deletions
|
@ -70,10 +70,11 @@ block modal-body-wait-content
|
||||||
|
|
||||||
block modal-footer
|
block modal-footer
|
||||||
.modal-footer
|
.modal-footer
|
||||||
div.network-login
|
// GitHub login too buggy to survive
|
||||||
btn.btn.btn-sm.github-login-button#github-login-button
|
//div.network-login
|
||||||
img(src="/images/pages/modal/auth/github_icon.png")
|
// btn.btn.btn-sm.github-login-button#github-login-button
|
||||||
| GitHub
|
// img(src="/images/pages/modal/auth/github_icon.png")
|
||||||
|
// | GitHub
|
||||||
div.network-login
|
div.network-login
|
||||||
.fb-login-button(data-show-faces="false", data-width="200", data-max-rows="1", data-scope="email")
|
.fb-login-button(data-show-faces="false", data-width="200", data-max-rows="1", data-scope="email")
|
||||||
// Google+ login causing script errors on IE10
|
// Google+ login causing script errors on IE10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue