mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 10:16:32 -05:00
Fix import in DropboxMiddleware
The passport plugin does not have a default export. Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
5b05760c8f
commit
9c720183aa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { NextFunction, Request, Response, Router } from 'express'
|
||||
import passport from 'passport'
|
||||
import * as DropboxStrategy from 'passport-dropbox-oauth2'
|
||||
import { Strategy as DropboxStrategy } from 'passport-dropbox-oauth2'
|
||||
import { config } from '../../../config'
|
||||
import { AuthMiddleware } from '../interface'
|
||||
import { passportGeneralCallback } from '../utils'
|
||||
|
|
Loading…
Reference in a new issue