testnet icon indicating copy to clipboard operation
testnet copied to clipboard

[BUG] Consent message text seems little odd

Open sidvishnoi opened this issue 2 months ago • 0 comments

Steps to reproduce

  1. Create a grant with these access:
     {
       type: 'quote',
       actions: ['create'],
     },
     {
       type: 'outgoing-payment',
       actions: ['create', 'read'],
       limits: { debitAmount }
     }
    
  2. Visit the consent screen

Expected result

A more reasonable or better formatted consent screen message.

Actual result

Your wallet is requesting access to the following amounts: , $5.00.

Screenshots or videos

Image

Additional context

No response

Operating system

Linux

Operating system version

No response

Browsers

Firefox

Browser version

No response

sidvishnoi avatar Oct 28 '25 09:10 sidvishnoi