mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
missing display name
This commit is contained in:
parent
7bd9949e79
commit
64744dac6e
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ firebase.auth().onAuthStateChanged(function (user) {
|
|||
AccountButton.update();
|
||||
AccountButton.loading(true);
|
||||
Account.getDataAndInit();
|
||||
// var displayName = user.displayName;
|
||||
var displayName = user.displayName;
|
||||
// var email = user.email;
|
||||
// var emailVerified = user.emailVerified;
|
||||
// var photoURL = user.photoURL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue