mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
LoadInfo stuff & Fix validating stuff. (PLEASE DO THE STARRING FEAT!!!)
This commit is contained in:
parent
68d1c8f018
commit
026c4a31a3
2 changed files with 48 additions and 3 deletions
|
@ -43,7 +43,7 @@ export default defineEventHandler(async (event) => {
|
|||
}
|
||||
return {
|
||||
userAccount: fetchViaSQL[0].username,
|
||||
firstName: fetchViaSQL[0].firstName,
|
||||
firstName: "",
|
||||
requested_action: "CONTINUE",
|
||||
current_spot: "KEEP_LOGIN",
|
||||
email: fetchViaSQL[0].email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue