return to test
This commit is contained in:
parent
8e32e59a09
commit
1a4bedb520
|
@ -36,7 +36,7 @@ export async function getServerSideProps(context) {
|
|||
return {
|
||||
redirect: {
|
||||
permanent: false,
|
||||
destination: `${config.kratos.browser}/self-service/login/browser`,
|
||||
destination: `${config.kratos.browser}/self-service/login/browser?return_to=${context.query.return_to}`,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Reference in New Issue