LoadInfo stuff & Fix validating stuff. (PLEASE DO THE STARRING FEAT!!!)

This commit is contained in:
yuanhau 2025-06-14 23:31:24 +08:00
parent 68d1c8f018
commit 026c4a31a3
2 changed files with 48 additions and 3 deletions

View file

@ -43,7 +43,7 @@ export default defineEventHandler(async (event) => {
}
return {
userAccount: fetchViaSQL[0].username,
firstName: fetchViaSQL[0].firstName,
firstName: "",
requested_action: "CONTINUE",
current_spot: "KEEP_LOGIN",
email: fetchViaSQL[0].email,