All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m47s
Build and Push Docker Image / build_and_push (push) Successful in 3s
7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
"use server";
|
|
|
|
import { signOut } from "@/auth";
|
|
|
|
export async function logout() {
|
|
await signOut();
|
|
} |