From 028b25c992d8078e54e5cb3d5e205b58ff3af7be Mon Sep 17 00:00:00 2001 From: CPunisher <1343316114@qq.com> Date: Wed, 13 May 2020 17:32:56 +0800 Subject: [PATCH] Update db.js --- src/api/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/db.js b/src/api/db.js index d82a585..4eed67a 100644 --- a/src/api/db.js +++ b/src/api/db.js @@ -6,7 +6,7 @@ const app = tcb.init({ const auth = app.auth(); async function login() { - // await auth.signInAnonymously(); + await auth.signInAnonymously(); // const loginState = await auth.getLoginState(); }