mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 07:41:02 +08:00
Try & fix?
This commit is contained in:
parent
f9fd4d8d68
commit
1f02ad8486
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user