Browse Source

update html

久保田隼基 7 years ago
parent
commit
dcdfa18591
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

@@ -49,7 +49,7 @@
       <div class="col-xs-6 col-xs-offset-3">
         <div class="checkbox checkbox-info">
           <input type="checkbox" id="bindByUserName-Twitter" name="settingForm[security:passport-twitter:isSameUsernameTreatedAsIdenticalUser]" value="1"
-              {% if settingForm['security:passport-github:isSameUsernameTreatedAsIdenticalUser'] %}checked{% endif %} />
+              {% if settingForm['security:passport-twitter:isSameUsernameTreatedAsIdenticalUser'] %}checked{% endif %} />
           <label for="bindByUserName-GitHub">
             {{ t("security_setting.Treat username matching as identical", "username") }}
           </label>