260706_2_로그인 인증 검토
This commit is contained in:
@@ -19,9 +19,6 @@ export const API_TIMEOUT_MS = 30_000;
|
||||
/** B03~B09 워크플로우에서 사용할 현재 프로젝트 UUID 저장 키 */
|
||||
export const CURRENT_PROJECT_ID_KEY = "frd_current_project_id";
|
||||
|
||||
/** 인증 토큰 저장 키 (HttpOnly 쿠키 사용, localStorage는 참조용) */
|
||||
export const AUTH_TOKEN_KEY = "frd_auth_token";
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* 2. 파일 업로드 제한 (B03_FileInput)
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user