Skip to content

Commit

Permalink
Prevent tokeninfo request
Browse files Browse the repository at this point in the history
Our Reva backend doesn't implement it yet
  • Loading branch information
diocas committed Jun 1, 2023
1 parent 9c4ec26 commit 7d70c67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function useLoadTokenInfo(options: LoadTokenInfoOptions) {
const isUserContext = options.isUserContext || useUserContext({ store: useStore() })

const loadTokenInfoTask = useTask(function* (signal, token: string) {
return {} // CERNBox reva doesn't implement it yet
let tokenInfo
try {
if (unref(isUserContext)) {
Expand Down

0 comments on commit 7d70c67

Please sign in to comment.