Merge branch 'main' into feat/handle-redirectto-param

This commit is contained in:
Ephraim Atta-Duncan
2025-06-16 22:02:57 +00:00
745 changed files with 46023 additions and 28436 deletions

View File

@ -33,7 +33,7 @@ export async function loader({ request }: Route.LoaderArgs) {
throw redirect(redirectToAfterLogin);
}
throw redirect('/documents');
throw redirect('/');
}
return {