Skip to content

🔀 :: (#1114) 회사 등록 신청 웹 전용 — 설치형 앱 진입점·페이지 차단 - #1116

Merged
Xixn2 merged 1 commit into
mainfrom
fix/1114-company-signup-web-only
Jul 14, 2026
Merged

🔀 :: (#1114) 회사 등록 신청 웹 전용 — 설치형 앱 진입점·페이지 차단#1116
Xixn2 merged 1 commit into
mainfrom
fix/1114-company-signup-web-only

Conversation

@Xixn2

@Xixn2 Xixn2 commented Jul 14, 2026

Copy link
Copy Markdown
Member

원인

기존 게이트(#1064)가 화면 폭 기준이라 넓은 창의 macOS 앱·iPad 앱에서 회사 등록 진입점이 노출.

수정

  • LoginPage·SignupPage 진입 링크를 !isInstalledApp()(Electron+Capacitor)로 감쌈 — 기존 모바일 폭 숨김(hidden md:block)도 유지
  • CompanySignupPage 가드에 isInstalledApp() 추가 — URL 직접 진입도 /login 으로 조용히 리다이렉트(기존 isMobile 가드와 동일 UX)

검증

  • client tsc + vite build 통과. isInstalledApp 은 LoginPage 앱 다운로드 섹션에서 이미 쓰는 검증된 헬퍼 재사용

Closes #1114

@Xixn2 Xixn2 added type: fix 버그 수정 area: client 웹 클라이언트(React/Vite) area: ios iOS/Capacitor area: desktop 데스크톱(Electron) P2: normal 보통 labels Jul 14, 2026
@Xixn2 Xixn2 self-assigned this Jul 14, 2026
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
team-hivits Ready Ready Preview, Comment Jul 14, 2026 1:16am

@Xixn2
Xixn2 merged commit e1cd689 into main Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: client 웹 클라이언트(React/Vite) area: desktop 데스크톱(Electron) area: ios iOS/Capacitor P2: normal 보통 type: fix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

회사 등록 신청을 웹 전용으로 — macOS·iOS 앱에서 진입점·페이지 숨김

1 participant