CSRF 만료 세션 처리 및 정적 리소스 캐싱 제어 추가
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- CSRF 만료 시 기존 세션 만료 안내로 리다이렉트 처리
- 정적 리소스 캐싱 토글 기능 추가 (개발 환경 즉시 반영 지원)
- 회원가입 페이지 및 세션 설정 스타일 수정
This commit is contained in:
Rinjae
2026-06-26 15:05:19 +09:00
parent f79e528fec
commit 82948a13ce
7 changed files with 76 additions and 7 deletions
+1 -1
View File
@@ -10908,7 +10908,7 @@ button.djb-comment-submit:disabled {
}
}
.signup-selection-page {
min-height: calc(100vh - 140px);
min-height: calc(100vh - 380px);
display: flex;
align-items: center;
justify-content: center;