Update settings.html
Browse files- settings.html +3 -3
settings.html
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
<label for="crypto_key_sys">crypto_key_sys:</label>
|
20 |
<input type="text" id="crypto_key_sys" name="crypto_key_sys"><br><br>
|
21 |
|
22 |
-
<label for="
|
23 |
-
<input type="text" id="
|
24 |
|
25 |
|
26 |
|
@@ -38,7 +38,7 @@
|
|
38 |
document.getElementById('ALLOWED_ORIGIN').value = data.ALLOWED_ORIGIN;
|
39 |
document.getElementById('vk_api_key').value = data.vk_api_key;
|
40 |
document.getElementById('crypto_key_sys').value = data.crypto_key_sys;
|
41 |
-
document.getElementById('
|
42 |
})
|
43 |
.catch(error => console.error('Error:', error));
|
44 |
}
|
|
|
19 |
<label for="crypto_key_sys">crypto_key_sys:</label>
|
20 |
<input type="text" id="crypto_key_sys" name="crypto_key_sys"><br><br>
|
21 |
|
22 |
+
<label for="senler_token">senler_token:</label>
|
23 |
+
<input type="text" id="senler_token" name="senler_token"><br><br>
|
24 |
|
25 |
|
26 |
|
|
|
38 |
document.getElementById('ALLOWED_ORIGIN').value = data.ALLOWED_ORIGIN;
|
39 |
document.getElementById('vk_api_key').value = data.vk_api_key;
|
40 |
document.getElementById('crypto_key_sys').value = data.crypto_key_sys;
|
41 |
+
document.getElementById('senler_token').value = data.senler_token;
|
42 |
})
|
43 |
.catch(error => console.error('Error:', error));
|
44 |
}
|