Skip to content

Commit

Permalink
MFA qr code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Feb 6, 2025
1 parent 78e34d6 commit 972c850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/helpers/mfa_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ def generate_mfa_qr_code(provisioning_uri)
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"
}
)

Expand Down

0 comments on commit 972c850

Please sign in to comment.