Remove legacy and/or code that is not used.

This commit is contained in:
yuanhau 2025-06-09 14:24:42 +08:00
parent d99031b3b6
commit 5f3a721339
18 changed files with 4 additions and 203 deletions

View file

@ -48,6 +48,5 @@ export default defineEventHandler(async (event) => {
current_spot: "KEEP_LOGIN",
email: fetchViaSQL[0].email,
avatarURL: fetchViaSQL[0].avatarurl,
firstName: fetchViaSQL[0].firstName,
};
});