feat: clear reset tokens on user delete

This commit is contained in:
Barış Soner Uşaklı
2020-11-25 14:55:25 -05:00
parent e32cd31ec6
commit 4f37eddc5e
2 changed files with 1 additions and 1 deletions

View File

@@ -265,7 +265,6 @@ async function processDeletion({ uid, method, password, caller }) {
}
}
// TODO: clear user tokens for this uid
await flags.resolveFlag('user', uid, caller.uid);
let userData;