mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 10:56:31 -05:00
fix: consistent token endpoint for dropbox provider (#7444)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user