show only authorized projects

This commit is contained in:
isUnknown 2024-11-11 17:12:26 +01:00
parent 7d2343fc4d
commit 0fad9cf1d2
8 changed files with 152 additions and 31 deletions

View file

@ -209,7 +209,6 @@ function updateFile(newFile) {
page.value.files.push(newFile);
file.value = page.value.files[0];
console.log(file.value);
}
</script>