mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 06:39:39 +02:00
MFA qr code fix
This commit is contained in:
parent
78e34d68e9
commit
972c850d27
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue