1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +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,
use_path: true,
svg_attributes: {
width: "228",
height: "228",
viewBox: "0 0 57 57"
width: "240",
height: "240",
viewBox: "0 0 65 65"
}
)