CSRF 만료 세션 처리 및 정적 리소스 캐싱 제어 추가
- CSRF 만료 시 기존 세션 만료 안내로 리다이렉트 처리 - 정적 리소스 캐싱 토글 기능 추가 (개발 환경 즉시 반영 지원) - 회원가입 페이지 및 세션 설정 스타일 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user