chore(auth): 아이디/비번 로그인 폼 노출(ID_LOGIN_ENABLED=true) — App Store 2.1a 데모 계정 로그인 대응
Deploy / deploy (push) Failing after 13m47s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-13 21:41:54 +09:00
parent 21d79fa040
commit 868c865d9f
+4 -4
View File
@@ -1,8 +1,8 @@
// 로그인 방식 기능 플래그. // 로그인 방식 기능 플래그.
// 구글 로그인만 운영하므로 아이디 로그인 폼 / 회원가입 UI 를 숨긴다. // App Store 심사(Guideline 2.1a) 대응: 리뷰어가 소셜(구글/애플) 로그인은 사용 불가 →
// 백엔드(/api/auth/login, /api/auth/signup)는 비상용으로 그대로 유지 — // username/password 데모 계정으로 로그인할 수 있도록 아이디 로그인 폼을 노출한다.
// 되돌리려면 이 값을 true 로 바꾸면 아이디 로그인/회원가입이 다시 노출된다. // 회원가입 UI 는 ui.signupEnabled 로 별도 제어(계속 숨김 가능).
export const ID_LOGIN_ENABLED = false export const ID_LOGIN_ENABLED = true
// 카드 결제 알림 자동인식(NotificationListenerService) 기능. // 카드 결제 알림 자동인식(NotificationListenerService) 기능.
// 스토어 첫 출시에서는 Google Play 알림 접근 정책 심사 회피를 위해 비활성화. // 스토어 첫 출시에서는 Google Play 알림 접근 정책 심사 회피를 위해 비활성화.