few small changes

This commit is contained in:
Hailey
2024-04-11 22:21:16 -07:00
parent 72e22a2427
commit 70251e5be4
2 changed files with 5 additions and 5 deletions
@@ -12,9 +12,9 @@ import IsomorphicOAuthServerMetadataResolver from '@atproto/oauth-server-metadat
import {CryptoSubtle} from './crypto-subtle'
import {
BrowserOAuthDatabase,
DatabaseStore,
PopupStateData,
RNOAuthDatabase,
} from './rn-oauth-database'
export type BrowserOauthClientFactoryOptions = {
@@ -39,7 +39,7 @@ export class RNOAuthClientFactory extends OAuthClientFactory {
crypto = globalThis.crypto,
fetch = globalThis.fetch,
}: BrowserOauthClientFactoryOptions) {
const database = new BrowserOAuthDatabase()
const database = new RNOAuthDatabase()
super({
clientMetadata,