mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
Merge branch 'main' into feat/handle-redirectto-param
This commit is contained in:
@ -33,7 +33,7 @@ export async function loader({ request }: Route.LoaderArgs) {
|
||||
throw redirect(redirectToAfterLogin);
|
||||
}
|
||||
|
||||
throw redirect('/documents');
|
||||
throw redirect('/');
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user