mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
switched delete calls around
This commit is contained in:
parent
0718fd58bd
commit
32f1954176
1 changed files with 1 additions and 1 deletions
|
@ -450,8 +450,8 @@ export async function signInWithGoogle() {
|
|||
$(".pageLogin .preloader").addClass("hidden");
|
||||
$(".pageLogin .button").removeClass("disabled");
|
||||
if (signedInUser?.user) {
|
||||
signedInUser.user.delete();
|
||||
await Ape.users.delete();
|
||||
await signedInUser.user.delete();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue