make temporary auth solution

This commit is contained in:
2024-05-17 01:10:14 +02:00
parent 0b1ca6338f
commit ab2fd071e0
10 changed files with 144 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ async function fetch_family_tree() {
method: 'GET',
headers: {
Accept: 'application/json',
Authorization: auth_token
Authorization: 'Bearer '+auth_token
}
});
const data = await response.json();