Dateien nach "frontend/src" hochladen

This commit is contained in:
2026-05-26 12:02:27 +02:00
parent 09fe7d2f06
commit 079b9a20f0

View File

@@ -699,6 +699,7 @@ const Field = ({ label, type='text', value, onChange, placeholder='', autoCapita
);
function AdminPanel({ toast, mobile }) {
const [section, setSection] = useState('profil');
const [pw, setPw] = useState({ current:'', newPw:'', confirm:'' });
const [avatar, setAvatar] = useState(localStorage.getItem('dd_avatar') || null);
const [un, setUn] = useState({ newUsername:'', unPw:'' });