Encode secret

This commit is contained in:
Piero Toffanin 2024-07-16 15:58:20 -04:00
parent 8e85c04558
commit c827d442ec
3 changed files with 6 additions and 2 deletions

View file

@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', function(){
filesTranslation: true,
frontendTimeout: 500,
apiSecret: "{{ api_secret }}"
apiSecret: atob("{{ api_secret }}")
},
mounted: function() {
const self = this;