test upload file to server

This commit is contained in:
Kenta420 2024-02-05 11:45:54 +07:00
parent 16e0e4f9d8
commit aaa60216b2
43 changed files with 1814 additions and 285 deletions

View file

@ -26,7 +26,7 @@ export default function (
picture: params.get('picture'),
permissions: params.get('permissions'),
access_token: params.get('access_token'),
max_age: params.get('max_age'),
max_age: params.get('access_token_max_age'),
refresh_token: params.get('refresh_token')
})
}