mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Try & fix?
This commit is contained in:
parent
f9fd4d8d68
commit
1f02ad8486
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue