Changeset 2831446
- Timestamp:
- 12/10/2022 05:50:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reescribir-textos/trunk/lib/js/reescribirtextos-script.js
r2831440 r2831446 17 17 method: "POST", 18 18 mode: "cors", 19 19 cache: "no-cache", 20 20 credentials: "same-origin", 21 21 headers: { 22 22 "Content-Type": "application/json", 23 'Access-Control-Max-Age': 86400, 24 Authorization: "Bearer " + auth.pin, 23 Authorization: "Bearer " + auth.pin, 25 24 }, 26 25 redirect: "follow", … … 83 82 }) 84 83 .catch((error) => { 85 alert(error);86 console.log(error); 84 showError("Your Auth key is invalid. Please click <a href='https://www.reescribirtextos.net/' target='_blank'>here</a> to get new Auth key"); 85 87 86 }); 88 87 });
Note: See TracChangeset
for help on using the changeset viewer.