Fix jwt-token

This commit is contained in:
2025-09-19 13:43:55 +02:00
parent 9a2736d9de
commit 78c5267f63
4 changed files with 54 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
import React, { useState, useEffect } from 'react'
import { XMarkIcon, EyeIcon, EyeSlashIcon } from '@heroicons/react/24/outline'
import toast from 'react-hot-toast'
import { t } from '../utils/tempTranslations' // Temporary translation system
const TenantModal = ({ isOpen, onClose, tenant = null, onSave }) => {
const [formData, setFormData] = useState({