사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)

This commit is contained in:
JiWoong Sul
2025-08-29 15:11:59 +09:00
parent a740ff10c8
commit d916b281a7
333 changed files with 53617 additions and 22574 deletions

View File

@@ -110,7 +110,7 @@ class LoginController extends ChangeNotifier {
print('[LoginController] 로그인 성공: ${loginResponse.user.email}');
// 테스트 로그인인 경우 주기적 헬스체크 시작
if (loginResponse.user.email == 'admin@superport.kr') {
if (loginResponse.user.email == 'admin@example.com') {
print('[LoginController] 테스트 로그인 감지 - 헬스체크 모니터링 시작');
_healthCheckService.startPeriodicHealthCheck();
}