mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 21:23:01 +08:00
added more logs
This commit is contained in:
parent
59bde1811c
commit
ad10fec7e4
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ async function loadUser(user) {
|
|||
|
||||
const authListener = firebase.auth().onAuthStateChanged(async function (user) {
|
||||
// await UpdateConfig.loadPromise;
|
||||
console.log(`auth state changed, user ${user ? true : false}`);
|
||||
if (user) {
|
||||
await loadUser(user);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue