BARON-SSO 로그인 API 요청경로 수정
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
ITAM Docker Build Check / docker-build-check (push) Successful in 23s

This commit is contained in:
2026-07-01 17:47:20 +09:00
parent 2512082402
commit fd0bd126d1
4 changed files with 550 additions and 30 deletions

View File

@@ -371,6 +371,12 @@ function showLoginScreen(errorMessage?: string) {
return;
}
if (payload.status === 'authenticated') {
clearPhonePollTimer();
initializeAppDirectly();
return;
}
setMessage(phoneLoginStatus, payload.message || '인증 링크를 발송했습니다. 모바일에서 승인해 주세요.');
pollPhoneLogin(payload.pendingRef, payload.intervalMs || 3000);
} catch (error) {