This commit is contained in:
2025-09-08 00:45:43 +03:00
parent 0cf04b4f55
commit a44f9c9207
37 changed files with 738 additions and 320 deletions

View File

@@ -5,7 +5,6 @@ import { getSupabaseServerClient } from '@kit/supabase/server-client';
import { pathsConfig } from '@kit/shared/config';
export async function GET(request: NextRequest) {
const service = createAuthCallbackService(getSupabaseServerClient());