Commit 55998755ab264f5a92cabe597e2bae8f1e1479b7
1 parent
58f9d45f
Exists in
master
and in
6 other branches
Enable password for login with oauth
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/main.js
... | ... | @@ -208,8 +208,8 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
208 | 208 | signupForm.find("#user_email").val(user.email); |
209 | 209 | signupForm.find("#user_name").val(user.login); |
210 | 210 | signupForm.find("#user_oauth_providers").val(user.oauth_providers); |
211 | - signupForm.find(".password").hide(); | |
212 | - signupForm.find(".password-confirmation").hide(); | |
211 | + //signupForm.find(".password").hide(); | |
212 | + //signupForm.find(".password-confirmation").hide(); | |
213 | 213 | } else { |
214 | 214 | loginButton.siblings('.require-login').hide(); |
215 | 215 | loginButton.siblings('.login-container').show(); | ... | ... |