From 60f80d7b5e71772e53d488c682785aa1409675c0 Mon Sep 17 00:00:00 2001 From: CPunisher <1343316114@qq.com> Date: Wed, 13 May 2020 17:43:55 +0800 Subject: [PATCH] [api reopen] --- 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(); }