Try & fix?

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

View File

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