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}`);
|
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`,
|
||||||
|
|
Reference in New Issue