Files
test/src/lib/auth/actions.ts
2025-11-18 16:05:05 -05:00

6 lines
138 B
TypeScript

'use server'
import { actions } from './server'
export const { signIn, signOut, sendMagicLink, getAuthConstants, getSession } = actions