mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
adding agent pages.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use server"
|
||||
import {signIn, signOut} from "@/auth/auth";
|
||||
|
||||
import {redirect} from "next/navigation";
|
||||
import {signIn, signOut} from "@/auth/auth";
|
||||
|
||||
export const signOutAction = async () => {
|
||||
await signOut({redirectTo: '/', redirect: true})
|
||||
|
||||
Reference in New Issue
Block a user