Update db.js

This commit is contained in:
CPunisher 2020-05-13 17:32:56 +08:00 committed by GitHub
parent 61352e3e15
commit 028b25c992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const app = tcb.init({
const auth = app.auth(); const auth = app.auth();
async function login() { async function login() {
// await auth.signInAnonymously(); await auth.signInAnonymously();
// const loginState = await auth.getLoginState(); // const loginState = await auth.getLoginState();
} }