- 로그인 중복 세션 확인 및 기존 세션 강제 로그아웃 처리 추가

- 세션 타이머 데스크톱·모바일 표시 및 경고 스타일 동기화
This commit is contained in:
Rinjae
2026-06-19 18:06:40 +09:00
parent 7265ad6589
commit fc96c13df2
7 changed files with 68 additions and 11 deletions
+8
View File
@@ -5333,6 +5333,14 @@ select.form-control {
font-weight: 700;
}
.session-timer-mobile {
margin-right: 8px;
font-size: 12px;
}
.session-timer-mobile .session-timer-text {
min-width: 34px;
}
.data-table {
width: 100%;
background: #FFFFFF;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long