Fix jwt-token

This commit is contained in:
2025-09-14 10:15:06 +02:00
parent 5353f391e7
commit 045539e4eb
2 changed files with 21 additions and 0 deletions

View File

@@ -480,6 +480,7 @@ const SecuritySettings = ({ tenantConfig, onRefresh }) => {
const handleSave = async () => {
setSaving(true);
try {
console.log('🔒 Sending security settings:', securitySettings);
await api.put('/tenant/security', securitySettings);
toast.success('Security settings updated successfully');
if (onRefresh) onRefresh();