refactor: register page

This commit is contained in:
Tristan Yang
2023-03-02 09:24:42 +08:00
parent be69a9bdac
commit 4c1018dc46
5 changed files with 65 additions and 33 deletions
-2
View File
@@ -39,8 +39,6 @@ const Login = () => {
name: `${name}-[${from}]`,
email,
password: email,
gender: 0,
device: "unknown"
});
// const content = new FormData(form).get("prompt") as string;
};