Fixes for cache issues.

This commit is contained in:
stephb9959
2021-12-22 20:02:37 -08:00
parent ae5c32a8ec
commit d27441d793
5 changed files with 101 additions and 49 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenWifi {
return NotFound();
}
if(AuthService()->DeleteUserFromCache(UInfo.email)) {
if(AuthService()->DeleteUserFromCache(Id)) {
// nothing to do
}