260706_2_로그인 인증 검토
This commit is contained in:
@@ -11,6 +11,8 @@ export interface SessionUser {
|
||||
email: string;
|
||||
name?: string;
|
||||
role?: string;
|
||||
company_id?: number | null;
|
||||
is_master?: boolean;
|
||||
}
|
||||
|
||||
async function post(path: string, body?: object): Promise<ApiResult> {
|
||||
|
||||
Reference in New Issue
Block a user