[api reopen]

This commit is contained in:
CPunisher 2020-05-13 17:43:55 +08:00
parent 14021335d2
commit 60f80d7b5e
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}