Explorar el Código

oauth 설정 html 프로퍼티 추가

이것은 무엇을 암시하는 것일까
hoparkgo9ma hace 7 años
padre
commit
a137b5b6bc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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)]
                             )