Fix typos.

This commit is contained in:
2023-05-27 22:13:40 +02:00
parent 95ae3f7bc4
commit f52d80e643
8 changed files with 35 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ public class TestWebAppGlobalConfig : IGlobalConfig
return false;
}
public void UserUnauthenticate(HttpContext context)
public void UserDeauthenticate(HttpContext context)
{
}
}