앱브리지 getLoginType 메소드 추가 및 로그인 방식 설정 초기화
- 앱브리지에 getLoginType 메소드 추가 - 설정 페이지에서 로그인 방식을 앱에서 가져와 초기화 - 로그인 타입을 지문/안면에서 생체 인증으로 통합 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -205,6 +205,11 @@ class AppBridge {
|
||||
return this.sendMessage(BridgeMessageType.OPEN_APP_SETTINGS);
|
||||
}
|
||||
|
||||
// 로그인 방식 설정 조회
|
||||
async getLoginType(): Promise<string> {
|
||||
return this.sendMessage(BridgeMessageType.GET_LOGIN_TYPE);
|
||||
}
|
||||
|
||||
// 네이티브 환경 체크
|
||||
isNativeEnvironment(): boolean {
|
||||
return !!(
|
||||
|
||||
Reference in New Issue
Block a user