로그인 타입 설정 개선 및 생체인증 등록 플로우 수정
- registerBiometric으로 변경하고 bottomsheet 닫은 후 생체인증 팝업 표시 - ID 로그인 선택 시 네이티브 setLoginType AppBridge 호출 추가 - 생체인증 등록 완료 후 로그인 타입 재조회하여 설정 화면 갱신 - SET_LOGIN_TYPE 브릿지 메시지 타입 및 관련 메서드 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -75,6 +75,7 @@ export enum BridgeMessageType {
|
||||
|
||||
// 로그인 방식 설정
|
||||
GET_LOGIN_TYPE = 'getLoginType',
|
||||
SET_LOGIN_TYPE = 'setLoginType',
|
||||
|
||||
// 알림 수신 설정 (Android only)
|
||||
GET_NOTIFICATION_SETTING = 'getNotificationSetting',
|
||||
|
||||
Reference in New Issue
Block a user