From 8c6124473f0a8748afa940121b217b869e1cdfdf Mon Sep 17 00:00:00 2001 From: rxbn_ Date: Mon, 26 Oct 2020 21:31:30 +0100 Subject: [PATCH] quick fix - SSO module not working --- bin/sso/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sso/module.js b/bin/sso/module.js index 8ceaf87..639fede 100644 --- a/bin/sso/module.js +++ b/bin/sso/module.js @@ -59,4 +59,4 @@ methods.createAuthentication = (obj) => { //////////////////////////////////////////////////////////////////////////////////////////////////////////////// -module.exports = functions; +module.exports = methods;