diff --git a/frontend/src/ts/popups/simple-popups.ts b/frontend/src/ts/popups/simple-popups.ts index 2e016aa52..f029a22aa 100644 --- a/frontend/src/ts/popups/simple-popups.ts +++ b/frontend/src/ts/popups/simple-popups.ts @@ -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);