fix: consistent token endpoint for dropbox provider (#7444)

This commit is contained in:
Taesu
2026-01-20 09:26:52 +09:00
committed by GitHub
parent 52033beabc
commit 7a9dca2dc0

View File

@@ -74,7 +74,7 @@ export const dropbox = (options: DropboxOptions) => {
clientKey: options.clientKey,
clientSecret: options.clientSecret,
},
tokenEndpoint: "https://api.dropbox.com/oauth2/token",
tokenEndpoint,
});
},
async getUserInfo(token) {