Login bug fix

This commit is contained in:
2024-03-04 17:09:23 +08:00
parent 0f2280f116
commit a3f507169a
20 changed files with 216 additions and 76 deletions

View File

@@ -31,8 +31,8 @@ export async function Auth_funRegister(data: any) {
const seal = await sealData(
JSON.stringify({
id: data.id,
username: data.username,
id: create.id,
username: create.username,
}),
{
password: await config.server.password,