refactor: migrate authentication to NextAuth and clean up related services
This commit is contained in:
@@ -22,6 +22,3 @@ export { AdminService } from "./admin-service";
|
||||
|
||||
// Admin types (can be imported anywhere)
|
||||
export type { TeamMember, TeamStats, DirectionStats } from "@/lib/admin-types";
|
||||
|
||||
// Server auth service (server-side only)
|
||||
export { AuthService, COOKIE_NAME, COOKIE_MAX_AGE } from "./auth-service";
|
||||
|
||||
Reference in New Issue
Block a user