From 0cb2eddd20a66efbd6284e1cbeb65e6532ade072 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 22 Aug 2021 23:51:45 +0400 Subject: [PATCH] m --- website/src/lib/pouch-dbs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/lib/pouch-dbs.ts b/website/src/lib/pouch-dbs.ts index df5640c..71ea856 100644 --- a/website/src/lib/pouch-dbs.ts +++ b/website/src/lib/pouch-dbs.ts @@ -95,7 +95,7 @@ function initializeLocalDb(type: LocalDbType, refresh: () => void, user: AT.Ling db, refresh, sync: db.sync( - `https://123${user.userId}:${password}@couch.lingdocs.com/${name}`, + `https://${user.userId}:${password}@couch.lingdocs.com/${name}`, { live: true, retry: true }, ).on("change", (info) => { if (info.direction === "pull") {