diff --git a/lib/web/auth/utils.ts b/lib/web/auth/utils.ts index 793c78515..4e8dab548 100644 --- a/lib/web/auth/utils.ts +++ b/lib/web/auth/utils.ts @@ -1,7 +1,7 @@ import { User } from '../../models' import { logger } from '../../logger' -exports.passportGeneralCallback = function callback ( +export function passportGeneralCallback ( accessToken, refreshToken, profile,