Skip to content

Commit

Permalink
Fix console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed Nov 19, 2024
1 parent 03b655a commit 78fd051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-panoptes-js/src/experimental-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function _getUser (_store) {

async function _getBearerToken (_store) {
const store = _store || globalStore
console.log('+++ experimental auth client: getUser()')
console.log('+++ experimental auth client: getBearerToken()')

// TODO
}
Expand Down

0 comments on commit 78fd051

Please sign in to comment.