mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
Add LastLogin and CreatedAt to User
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Azaion.Services;
|
||||
|
||||
public interface IAuthService
|
||||
{
|
||||
Task<User?> GetCurrentUser();
|
||||
Task<User?> GetCurrentUser();
|
||||
string CreateToken(User user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user