앱브리지 getLoginType 메소드 추가 및 로그인 방식 설정 초기화

- 앱브리지에 getLoginType 메소드 추가
- 설정 페이지에서 로그인 방식을 앱에서 가져와 초기화
- 로그인 타입을 지문/안면에서 생체 인증으로 통합

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-27 18:32:07 +09:00
parent d9ebc2c51f
commit 56ab761464
7 changed files with 53 additions and 22 deletions

View File

@@ -71,7 +71,10 @@ export enum BridgeMessageType {
IS_PUSH_NOTIFICATION_ENABLED = 'isPushNotificationEnabled',
// 앱 설정 화면 열기
OPEN_APP_SETTINGS = 'openAppSettings'
OPEN_APP_SETTINGS = 'openAppSettings',
// 로그인 방식 설정
GET_LOGIN_TYPE = 'getLoginType'
}
export interface DeviceInfo {