DummyProvider

- Fixed
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-19 15:09:30 +02:00
parent 3d6e1da659
commit 8781354616
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public class DummyProvider : AuthProvider
{
public bool authenticate(string username, string password)
{
user = User(username);
return true;
}
}