tags appear automatically without the need of refreshing the settings page

This commit is contained in:
Jack 2020-06-27 01:23:42 +01:00
parent 8cdaff6a1b
commit 5e21b7501e

View file

@ -171,6 +171,7 @@ firebase.auth().onAuthStateChanged(function(user) {
toggleFilterButton(filter);
}
})
refreshTagsSettingsSection();
});
var displayName = user.displayName;
var email = user.email;