Try & fix?

This commit is contained in:
yuanhau 2025-06-17 11:35:57 +08:00
parent f9fd4d8d68
commit 1f02ad8486

View file

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