mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Refactor authentication payloads and services for registration and login processes
This commit is contained in:
@@ -4,5 +4,5 @@ namespace Service.Auth;
|
||||
|
||||
public interface ILoginService
|
||||
{
|
||||
Task<AuthServiceReturn> LoginAsync(string username, string password);
|
||||
Task<LoginServiceReturn> LoginAsync(string username, string password);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user