added collaboration mode for collections

This commit is contained in:
Daniel
2023-04-27 00:10:48 +03:30
parent e715756cbe
commit cc8e8dbe9a
16 changed files with 279 additions and 37 deletions
-1
View File
@@ -24,7 +24,6 @@ export default function () {
async function registerUser() {
let success: boolean = false;
console.log(form);
if (form.name != "" && form.email != "" && form.password != "") {
await fetch("/api/auth/register", {