settings
This commit is contained in:
parent
e7f10a2830
commit
9b80d15aa3
|
@ -33,7 +33,7 @@ export async function getServerSideProps(context) {
|
|||
throw new Error(`Failed to retrieve flow ${flow} with code ${status}`);
|
||||
} catch (error) {
|
||||
return {
|
||||
error,
|
||||
props: { error },
|
||||
// redirect: {
|
||||
// permanent: false,
|
||||
// destination: `${config.kratos.browser}/self-service/settings/browser`,
|
||||
|
|
Reference in New Issue