mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
feat: add yarn typecheck and fix all types
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import sessionHandler from "../internal/session";
|
||||
|
||||
export default defineEventHandler(async (h3) => {
|
||||
await sessionHandler.clearSession(h3);
|
||||
await sessionHandler.signout(h3);
|
||||
|
||||
return sendRedirect(h3, "/auth/signin");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user