Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔀 :: [#145] 회원가입, 비밀번호 찾기에서 로그인 URL에 접근 시 로그인 화면으로 전환 #146

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Aug 2, 2023

💡 개요

현재 웹뷰인 회원가입, 비밀번호 찾기 화면에서 로그인 URL에 접근하면 로그인화면으로 사용자를 이동시킵니다

📃 작업내용

  • DWebViewController에 URL 변경 감지 및 사용하는 코드에서 핸들링할 수 있도록 제작
  • 회원가입, 비밀번호찾기 웹뷰에서 로그인 URL감지 시 pop

🔀 변경사항

  • DWebViewController에 URL 변경 감지 추가

@baekteun baekteun merged commit 422a7a7 into master Aug 2, 2023
@baekteun baekteun deleted the 145-signin-webview-when-login-vc branch August 2, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣Priority: Critical 우선순위 긴급 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

인증 Flow에서 웹뷰로 로그인화면 접근 시 SigninViewController로 화면 전환 시키기
2 participants