mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
feat: login & check user
This commit is contained in:
@@ -2,6 +2,6 @@ import { User } from "./user";
|
||||
|
||||
export interface AuthContextProps {
|
||||
profile: User | undefined;
|
||||
login: (profile: User | undefined) => void;
|
||||
login: (username: string, password: string) => void;
|
||||
logout: () => void;
|
||||
}
|
||||
Reference in New Issue
Block a user