mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
Cambio nome
This commit is contained in:
@@ -219,8 +219,8 @@ export function SettingsPage() {
|
||||
|
||||
toast.success(
|
||||
updated.archival_mode === 'production'
|
||||
? '✅ Archiviazione attivata in modalità PRODUZIONE'
|
||||
: '🧪 Archiviazione impostata in modalità mock'
|
||||
? ' Archiviazione attivata in modalità PRODUZIONE'
|
||||
: ' Archiviazione impostata in modalità mock'
|
||||
)
|
||||
} catch (err: unknown) {
|
||||
const msg = (err as { response?: { data?: { detail?: string } } })
|
||||
@@ -510,12 +510,12 @@ export function SettingsPage() {
|
||||
Vengono salvate cifrate (AES-256-GCM).
|
||||
{archivalSettings?.conservatore_username_configured && (
|
||||
<span className="ml-1 text-green-600 font-medium">
|
||||
✓ Username configurata
|
||||
Username configurata
|
||||
</span>
|
||||
)}
|
||||
{archivalSettings?.conservatore_password_configured && (
|
||||
<span className="ml-2 text-green-600 font-medium">
|
||||
✓ Password configurata
|
||||
Password configurata
|
||||
</span>
|
||||
)}
|
||||
</p>
|
||||
@@ -613,7 +613,7 @@ export function SettingsPage() {
|
||||
Credenziali:{' '}
|
||||
{archivalSettings.conservatore_username_configured &&
|
||||
archivalSettings.conservatore_password_configured
|
||||
? <strong className="text-green-700">Configurate ✓</strong>
|
||||
? <strong className="text-green-700">Configurate </strong>
|
||||
: <span className="text-gray-500">Non configurate</span>
|
||||
}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user