Skip to content

Commit

Permalink
fix: add get_info to isolated app permissions (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya authored Oct 9, 2024
1 parent 13548e8 commit b05c187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Scopes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const Scopes: React.FC<ScopesProps> = ({
const isolatedScopes: Scope[] = [
"pay_invoice",
"get_balance",
"get_info",
"make_invoice",
"lookup_invoice",
"list_transactions",
Expand Down

0 comments on commit b05c187

Please sign in to comment.