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

- 세션 타이머 데스크톱·모바일 표시 및 경고 스타일 동기화
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
@@ -31,3 +31,13 @@
}
}
}
// 모바일 헤더(햄버거 버튼 좌측)용 타이머
.session-timer-mobile {
margin-right: $spacing-sm;
font-size: $font-size-xs;
.session-timer-text {
min-width: 34px;
}
}