mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
ca groundwork
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default defineEventHandler(async (h3) => {
|
||||
await h3.context.session.clearSession(h3);
|
||||
|
||||
return sendRedirect(h3, "/signin");
|
||||
});
|
||||
Reference in New Issue
Block a user