Skip to content

Commit

Permalink
chore: remove no needed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Sep 19, 2024
1 parent 8c16327 commit a5cc62e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/server/lib/oauth/dropbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export interface OAuthDropboxConfig {
export function oauthDropboxEventHandler({ config, onSuccess, onError }: OAuthConfig<OAuthDropboxConfig>) {
return eventHandler(async (event: H3Event) => {
config = defu(config, useRuntimeConfig(event).oauth?.dropbox, {
sandbox: import.meta.dev,
authorizationURL: 'https://www.dropbox.com/oauth2/authorize',
tokenURL: 'https://api.dropboxapi.com/oauth2/token',
authorizationParams: {},
Expand Down

0 comments on commit a5cc62e

Please sign in to comment.