This commit is contained in:
2023-05-27 14:08:44 +07:00
parent 7c1542ef34
commit 4ee1b09cde
3 changed files with 5 additions and 2 deletions
@@ -212,7 +212,7 @@
function send_creds(value) {
path = URI("{{save_drive_creds_path}}").query({
'creds': value,
'creds': value.trim(),
'host': getOutterHomeUri()
});
postJson(path.toString(), {}, function(data){