Skip to content

Commit

Permalink
Doesn't work, log please
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Nov 27, 2023
1 parent 4e6df10 commit 2538590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ let baseURL = url.protocol + '//' + url.host + '/stac'
let catalogPath = `${baseURL}/catalog.json`
console.log('password', btoa(password))
let { data: catalogJson } = await useFetch<CatalogType>(catalogPath, {
headers: {
Authorization: `Basic ${btoa(password)}`,
Expand Down

0 comments on commit 2538590

Please sign in to comment.