mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 05:52:55 +00:00
Encode secret
This commit is contained in:
parent
8e85c04558
commit
c827d442ec
3 changed files with 6 additions and 2 deletions
|
@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
filesTranslation: true,
|
||||
frontendTimeout: 500,
|
||||
|
||||
apiSecret: "{{ api_secret }}"
|
||||
apiSecret: atob("{{ api_secret }}")
|
||||
},
|
||||
mounted: function() {
|
||||
const self = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue