mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
optional chaining
This commit is contained in:
parent
7ebab0cf16
commit
44e675bc77
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ list["deleteAccount"] = new SimplePopup(
|
|||
}
|
||||
|
||||
Notifications.add("Deleting login information...", 0);
|
||||
await Auth.currentUser?.delete();
|
||||
await Auth?.currentUser?.delete();
|
||||
|
||||
Notifications.add("Goodbye", 1, 5);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue