mirror of
https://github.com/azaion/admin.git
synced 2026-06-21 20:11:11 +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