Files
bsky-social-app/src/state/session/oauth-native-client.web.ts
T
2025-07-18 00:34:38 -07:00

8 lines
205 B
TypeScript

export function createNativeOAuthClient() {
throw new Error('createNativeOAuthClient called on web')
}
export function getNativeOAuthClient() {
throw new Error('getNativeOAuthClient called on web')
}