Merge branch 'develop' into db-store

This commit is contained in:
Huskydog9988
2025-04-03 18:12:07 -04:00
25 changed files with 1469 additions and 172 deletions

View File

@ -18,7 +18,7 @@ export default defineNitroPlugin((nitro) => {
if (userId) break;
return sendRedirect(
event,
`/signin?redirect=${encodeURIComponent(event.path)}`
`/auth/signin?redirect=${encodeURIComponent(event.path)}`
);
}
});