fxa/apps/payments/next/auth.config.ts

6 строки
168 B
TypeScript

import type { NextAuthConfig } from 'next-auth';
export const authConfig = {
providers: [], // Add providers with an empty array for now
} satisfies NextAuthConfig;