BARON-SSO 로그인 API 요청경로 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user