This commit is contained in:
Karol Wypchlo 2021-02-17 13:52:37 +01:00
parent e7f10a2830
commit 9b80d15aa3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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) {
return { return {
error, props: { error },
// redirect: { // redirect: {
// permanent: false, // permanent: false,
// destination: `${config.kratos.browser}/self-service/settings/browser`, // destination: `${config.kratos.browser}/self-service/settings/browser`,