mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-15 16:36:29 +00:00
Fixed export
Signed-off-by: Yannick Bungers <git@innay.de> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
89563110c5
commit
8a36aaaeb4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { User } from '../../models'
|
||||
import { logger } from '../../logger'
|
||||
|
||||
exports.passportGeneralCallback = function callback (
|
||||
export function passportGeneralCallback (
|
||||
accessToken,
|
||||
refreshToken,
|
||||
profile,
|
||||
|
|
Loading…
Add table
Reference in a new issue