[Prompt] 로그인 후, 가입페이지가 나왔을때, 무한 반복되는 오류 해결

This commit is contained in:
tv0924@icloud.com 2025-06-27 09:50:12 +09:00
commit 65150b3514

View file

@ -44,6 +44,9 @@ Constraints:
- CAPTCHA or MFA appears - CAPTCHA or MFA appears
- ID/password input is required - ID/password input is required
- If the user is already logged in to Google and redirected back automatically, stop there and report success. - If the user is already logged in to Google and redirected back automatically, stop there and report success.
- If the login page cannot be found, return "login_page_not_found".
- If the Google login button is not found, return "sso_not_found".
- If a page such as a sign-up page appears after entering the ID and password, consider it a successful login and terminate immediately.
Final Output: Final Output:
Return the result in the following format only: Return the result in the following format only: