🐱😒💋
This commit is contained in:
@@ -12,6 +12,8 @@ export const UserForm = () => {
|
||||
const { api } = useAppContext()
|
||||
const { user } = useUserContext()
|
||||
|
||||
console.log(user)
|
||||
|
||||
const [name, setName] = useState(user?.name)
|
||||
const [email, setEmail] = useState(user?.email)
|
||||
const [password, setPassword] = useState('')
|
||||
|
||||
Reference in New Issue
Block a user