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 12, 2024
1 parent 736a4eb commit d1c6eec
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 d1c6eec

Please sign in to comment.