Dateien nach "frontend/src" hochladen
This commit is contained in:
@@ -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:'' });
|
||||
|
||||
Reference in New Issue
Block a user