This commit is contained in:
Karol Wypchlo 2021-04-01 23:02:25 +02:00
parent 18ea902db9
commit 5143a71e07
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function getServerSideProps(context) {
throw new Error(`Failed to retrieve flow ${flow} with code ${status}`); throw new Error(`Failed to retrieve flow ${flow} with code ${status}`);
} catch (error) { } catch (error) {
console.log(error); console.log(config.kratos.public, error.message);
return { return {
redirect: { redirect: {