refactor-login-page #7

Merged
jared merged 61 commits from refactor-login-page into main 2025-06-18 13:10:25 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit e4d74e4331 - Show all commits

View File

@@ -24,7 +24,6 @@
.filter((i) => i.length > 0) .filter((i) => i.length > 0)
.map((i) => JSON.parse(i)); .map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs); list = list.concat(objs);
} }
}); });

View File

@@ -52,7 +52,6 @@
.filter((i) => i.length > 0) .filter((i) => i.length > 0)
.map((i) => JSON.parse(i)); .map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs); list = list.concat(objs);
list = list.map((item) => { list = list.map((item) => {