Fix jwt-token
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user