DmitrMakeev commited on
Commit
9b41334
1 Parent(s): 931fdf3

Update online.html

Browse files
Files changed (1) hide show
  1. online.html +2 -2
online.html CHANGED
@@ -94,9 +94,9 @@
94
  <div class="form-container">
95
  <form id="authForm">
96
  <label for="idInstance">Id Instance:</label>
97
- <input required type="text" id="idInstance" name="idInstance" value="1101761238">
98
  <label for="apiTokenInstance">API Token:</label>
99
- <input required type="text" id="apiTokenInstance" name="apiTokenInstance" value="88b54820abd5445894bf547dca2fb2f32ee6e70a29004c18ab">
100
  <button type="submit" class="button">Get QR Code</button>
101
  </form>
102
  </div>
 
94
  <div class="form-container">
95
  <form id="authForm">
96
  <label for="idInstance">Id Instance:</label>
97
+ <input required type="text" id="idInstance" name="idInstance" value="">
98
  <label for="apiTokenInstance">API Token:</label>
99
+ <input required type="text" id="apiTokenInstance" name="apiTokenInstance" value="">
100
  <button type="submit" class="button">Get QR Code</button>
101
  </form>
102
  </div>