mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
tags appear automatically without the need of refreshing the settings page
This commit is contained in:
parent
8cdaff6a1b
commit
5e21b7501e
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ firebase.auth().onAuthStateChanged(function(user) {
|
|||
toggleFilterButton(filter);
|
||||
}
|
||||
})
|
||||
refreshTagsSettingsSection();
|
||||
});
|
||||
var displayName = user.displayName;
|
||||
var email = user.email;
|
||||
|
|
Loading…
Reference in a new issue