mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +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());
|
setNewPassword(e.target.value.trim());
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleUserEdit = (
|
||||||
|
method: "POST" | "PUT",
|
||||||
|
record: User | undefined,
|
||||||
|
) => {};
|
||||||
|
|
||||||
const confirmPassword = async (id: string) => {
|
const confirmPassword = async (id: string) => {
|
||||||
console.log("-----", newPassword, id);
|
console.log("-----", newPassword, id);
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user