260706_2_로그인 인증 검토

This commit is contained in:
2026-07-07 20:40:10 +09:00
parent f8633bb1fe
commit 5da0260be3
29 changed files with 720 additions and 336 deletions
+2
View File
@@ -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> {