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
+3 -3
View File
@@ -3,10 +3,10 @@ import { API_BASE_URL } from "@config/config_frontend";
export interface RegisterPayload {
email: string;
password: string;
password_confirm: string;
name: string;
account_type: "MASTER" | "MEMBER";
company_id: number | null;
company_name: string | null;
position: string | null;
phone: string | null;
terms_version: string;
terms_agreed: boolean;
privacy_agreed: boolean;