add parent

This commit is contained in:
mamoss 2025-10-07 11:14:00 +07:00
parent 4c16c9859a
commit fd17f366b8
6 changed files with 164 additions and 366 deletions

View file

@ -56,7 +56,7 @@ export async function getToken() {
if (data && data.access_token) {
token = data.access_token;
}
console.log(`token: ${token}`);
return token;
}