Hi!
Currently when users enroll into totp, part of the json response is "totp"."qr_code" which returns a huge SVG of the pre-rendered QR code. This is helpful, but costs around 400kb of egress, which can stack quick. As a step to help reduce egress, I was wondering if we could add a flag to the enrollment API request that tells the backend to omit this huge qr_code SVG, like "includeQrCode: false"
The user suggests adding a flag to the TOTP enrollment API to omit the QR code SVG in the response. This aims to reduce egress costs associated with the large SVG file.