Add Email Login

This commit is contained in:
Benjamin Toby
2024-07-13 07:23:46 +01:00
parent 90cc67992b
commit 24c2445ff8
5 changed files with 82 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ async function get({ key, db, query, queryValues, tableName }) {
},
port: localHostPort || 443,
hostname: localHost || "datasquirel.com",
path: path,
path: encodeURIComponent(path),
},
/**