mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
大小寫錯了,全錯
This commit is contained in:
parent
ea2d7688b1
commit
a000a080ed
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default defineEventHandler(async (event) => {
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
userAccount: fetchViaSQL[0].username,
|
userAccount: fetchViaSQL[0].username,
|
||||||
firstName: getUserInfo[0].firstName || "",
|
firstName: getUserInfo[0].firstname || "",
|
||||||
requested_action: "CONTINUE",
|
requested_action: "CONTINUE",
|
||||||
current_spot: "KEEP_LOGIN",
|
current_spot: "KEEP_LOGIN",
|
||||||
email: getUserInfo[0].email || "",
|
email: getUserInfo[0].email || "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue