We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f732b14 commit 73ce1dfCopy full SHA for 73ce1df
1 file changed
server/utils/atproto/oauth.ts
@@ -10,8 +10,6 @@ import { NodeOAuthClient, AtprotoDohHandleResolver } from '@atproto/oauth-client
10
import { getOAuthLock } from '#server/utils/atproto/lock'
11
import { useOAuthStorage } from '#server/utils/atproto/storage'
12
import { LIKES_SCOPE, PROFILE_SCOPE } from '#shared/utils/constants'
13
-import { OAuthMetadataSchema } from '#shared/schemas/oauth'
14
-import { LIKES_SCOPE } from '#shared/utils/constants'
15
import type { UserServerSession } from '#shared/types/userSession'
16
// @ts-expect-error virtual file from oauth module
17
import { clientUri } from '#oauth/config'
0 commit comments