1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 06:39:39 +02:00

MFA qr code fix
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Josh Pigford 2025-02-06 15:26:50 -06:00
parent 78e34d68e9
commit 972c850d27

View file

@ -6,9 +6,9 @@ module MfaHelper
standalone: true, standalone: true,
use_path: true, use_path: true,
svg_attributes: { svg_attributes: {
width: "228", width: "240",
height: "228", height: "240",
viewBox: "0 0 57 57" viewBox: "0 0 65 65"
} }
) )