aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index 7aac072ea..ac2d1e2da 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -347,7 +347,7 @@ $.extend(fixmystreet.set_up, {
$('.js-form-name').addClass('required');
} );
- $('#facebook_sign_in, #twitter_sign_in').click(function(e){
+ $('#facebook_sign_in, #twitter_sign_in, #oidc_sign_in').click(function(e){
$('#username, #form_username_register, #form_username_sign_in').removeClass('required');
});