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 750d022 commit 5e3a260Copy full SHA for 5e3a260
lib/auth/dropbox/index.ts
@@ -1,5 +1,5 @@
1
import {Router} from "express";
2
-import passport from "passport";
+import * as passport from "passport";
3
import {Strategy as DropboxStrategy} from "passport-dropbox-oauth2";
4
5
import * as config from "../../config";
0 commit comments