|
@@ -1376,7 +1376,7 @@ def oauth_settings():
|
|
|
|
|
|
|
|
body_content += '''
|
|
body_content += '''
|
|
|
<input id="{}_client_{}" type="checkbox">
|
|
<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>
|
|
<hr>
|
|
|
'''.format(
|
|
'''.format(
|
|
|
oauth_supported[i],
|
|
oauth_supported[i],
|
|
@@ -1385,6 +1385,8 @@ def oauth_settings():
|
|
|
load_target,
|
|
load_target,
|
|
|
oauth_supported[i],
|
|
oauth_supported[i],
|
|
|
load_target,
|
|
load_target,
|
|
|
|
|
+ oauth_supported[i],
|
|
|
|
|
+ load_target,
|
|
|
oauth_data['client_{}'.format(load_target)]
|
|
oauth_data['client_{}'.format(load_target)]
|
|
|
)
|
|
)
|
|
|
|
|
|