久保田隼基 hace 8 años
padre
commit
664eb84a35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/views/admin/widget/passport/twitter.html

+ 1 - 1
lib/views/admin/widget/passport/twitter.html

@@ -78,7 +78,7 @@
       const isEnabled = ($(this).val() === "true");
 
       if (isEnabled) {
-        $('#passport-github-hide-when-disabled').show(400);
+        $('#passport-twitter-hide-when-disabled').show(400);
       }
       else {
         $('#passport-github-hide-when-disabled').hide(400);