From 5143a71e07fdb2661b21e6f20681b4db37311f62 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 1 Apr 2021 23:02:25 +0200 Subject: [PATCH] host --- packages/dashboard/src/pages/auth/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/src/pages/auth/login.js b/packages/dashboard/src/pages/auth/login.js index f45045c9..f762ad6a 100644 --- a/packages/dashboard/src/pages/auth/login.js +++ b/packages/dashboard/src/pages/auth/login.js @@ -32,7 +32,7 @@ export async function getServerSideProps(context) { throw new Error(`Failed to retrieve flow ${flow} with code ${status}`); } catch (error) { - console.log(error); + console.log(config.kratos.public, error.message); return { redirect: {