mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
updating mp name on login
This commit is contained in:
parent
4b9ba9c4f6
commit
6901bd95ae
1 changed files with 2 additions and 0 deletions
|
|
@ -216,6 +216,8 @@ firebase.auth().onAuthStateChanged(function (user) {
|
|||
$(".pageLogin .preloader").addClass("hidden");
|
||||
$("#menu .icon-button.account .text").text(displayName);
|
||||
|
||||
MP.name = displayName;
|
||||
|
||||
showFavouriteThemesAtTheTop();
|
||||
|
||||
let text = "Account created on " + user.metadata.creationTime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue