setDefaultDestinationPath(event.target.value)} placeholder={defaultDestinationType === "local" ? "/chemin/serveur/factures-bap" : "https://…sharepoint.com/sites/…/Documents/Factures"} />
- {(defaultDestinationType === "teams" || defaultDestinationType === "sharepoint") && }
+ {(defaultDestinationType === "teams" || defaultDestinationType === "sharepoint") && La configuration Microsoft Azure AD est centralisée dans Paramètres. Teams utilise l’URL SharePoint du dossier Fichiers du canal.
}
diff --git a/client/src/pages/ImportSettings.tsx b/client/src/pages/ImportSettings.tsx
index 51782b5..ae94326 100644
--- a/client/src/pages/ImportSettings.tsx
+++ b/client/src/pages/ImportSettings.tsx
@@ -1,5 +1,6 @@
import { useState, useEffect } from "react";
import { trpc } from "@/lib/trpc";
+import AzureAdExportSettingsCard from "@/components/AzureAdExportSettingsCard";
import { Button } from "@/components/ui/button";
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Input } from "@/components/ui/input";
@@ -357,6 +358,8 @@ export default function ImportSettings() {
{/* ===== ONGLET IMPORT ===== */}