feat(api): add custom redirect back
This commit is contained in:
committed by
mrugesh
parent
3823ed19bc
commit
aa62fdbfe9
@@ -162,7 +162,7 @@ export function ShowSettings(props) {
|
||||
}
|
||||
|
||||
if (!showLoading && !isSignedIn) {
|
||||
return navigate(`${apiLocation}/signin`);
|
||||
return navigate(`${apiLocation}/signin?returnTo=settings`);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user