AuthManager

- FIxed API usage
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-19 15:09:01 +02:00
parent 04b7a87f78
commit 3d6e1da659
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class AuthManager
bool status;
User potentialUser = User("");
status = this.provider.authenticate(username, password, potentialUser);
status = this.provider.authenticate(username, password);
if(status)
{
logger.info("Authenticated user '"~username~"'");