Merge branch 'main' into es_ES

This commit is contained in:
Anthony Stirling
2023-12-11 12:11:10 +00:00
committed by GitHub

View File

@@ -275,7 +275,7 @@
document.getElementById('syncToAccount').addEventListener('click', function() {
let form = document.createElement("form");
form.method = "POST";
form.action = "/updateUserSettings"; // Your endpoint URL
form.action = "api/v1/user/updateUserSettings"; // Your endpoint URL
for (let i = 0; i < localStorage.length; i++) {
const key = localStorage.key(i);