Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Feb 10, 2020
1 parent 7c73a9d commit 900ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dropboxFileManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function DropboxFileManager(settings) {
var oauth = {
accessTokenType: accessTokenType,
origins: ['https://dropbox.com/oauth2/'],
authUrl: 'https://dropbox.com/oauth2/authorize?response_type=token&reject_cors_preflight=true',
authUrl: 'https://dropbox.com/oauth2/authorize?response_type=token',
supportedFeatures: ['incognito', 'listDatabases'],
title: 'Dropbox',
icon: 'icon-dropbox',
Expand Down

0 comments on commit 900ff9d

Please sign in to comment.