students fked up
This commit is contained in:
6
apps/student/app/(main)/actions.ts
Normal file
6
apps/student/app/(main)/actions.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
'use server'
|
||||
import { signOut } from "@/auth";
|
||||
|
||||
export async function signOutAction() {
|
||||
await signOut();
|
||||
}
|
||||
Reference in New Issue
Block a user