From 8a36aaaeb48737206fed22267c7cde9073e46b7c Mon Sep 17 00:00:00 2001 From: Yannick Bungers Date: Mon, 13 Apr 2020 12:12:44 +0200 Subject: [PATCH] Fixed export Signed-off-by: Yannick Bungers Signed-off-by: David Mehren --- lib/web/auth/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,