From 1c84e6ceadbca48d9168eee0961571d6e5082058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20S=CC=8Ctekl?= Date: Wed, 7 Aug 2024 11:54:56 +0200 Subject: [PATCH] Add block with the user info without technical data --- src/controllers/authController.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/controllers/authController.js b/src/controllers/authController.js index adfe7cd..dfc3465 100644 --- a/src/controllers/authController.js +++ b/src/controllers/authController.js @@ -38,6 +38,15 @@ async function callback(req, res, next) { Decoded ID Token
${decodedTokenPretty}
+
+
+ The user info + +
`); } catch (err) { next(err);