Browse Source

update html

久保田隼基 8 years ago
parent
commit
664eb84a35
1 changed files with 1 additions and 1 deletions
  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);