Przeglądaj źródła

oauth 설정 html 프로퍼티 추가

이것은 무엇을 암시하는 것일까
hoparkgo9ma 7 lat temu
rodzic
commit
a137b5b6bc
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      app.py

+ 3 - 1
app.py

@@ -1376,7 +1376,7 @@ def oauth_settings():
 
             body_content += '''
                             <input id="{}_client_{}" type="checkbox">
-                            <input placeholder="{}_client_{}" name="{}_client_{}" value="{}" type="text" style="width: 80%;">
+                            <input placeholder="{}_client_{}" id="{}_client_{}" name="{}_client_{}" value="{}" type="text" style="width: 80%;">
                             <hr>
                             '''.format(
                                 oauth_supported[i],
@@ -1385,6 +1385,8 @@ def oauth_settings():
                                 load_target, 
                                 oauth_supported[i], 
                                 load_target, 
+                                oauth_supported[i], 
+                                load_target, 
                                 oauth_data['client_{}'.format(load_target)]
                             )