mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
暂存
This commit is contained in:
parent
209f23f2f0
commit
fe48b5acfc
@ -97,6 +97,11 @@ function UsersTable({ users, setUsers, loading }: UserInterface) {
|
||||
setNewPassword(e.target.value.trim());
|
||||
};
|
||||
|
||||
const handleUserEdit = (
|
||||
method: "POST" | "PUT",
|
||||
record: User | undefined,
|
||||
) => {};
|
||||
|
||||
const confirmPassword = async (id: string) => {
|
||||
console.log("-----", newPassword, id);
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user