mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
further implementing server page (#4)
* further implementing server page * optimize icon button * rename some unnecessary file extensions * add terminal page & fm card
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ModelUser } from "@/types";
|
||||
|
||||
export interface AuthContextProps {
|
||||
profile: ModelUser | undefined;
|
||||
login: (username: string, password: string) => void;
|
||||
logout: () => void;
|
||||
}
|
||||
Reference in New Issue
Block a user