2
0

Provide use_path to qr generator for svg data size reduction (#32127)

This commit is contained in:
Matt Jankowski
2024-10-02 09:26:46 -04:00
committed by GitHub
parent 2151dfb8d6
commit d270d6dd4f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
%p.hint= t('otp_authentication.instructions_html')
.qr-wrapper
.qr-code!= @qrcode.as_svg(padding: 0, module_size: 4)
.qr-code!= @qrcode.as_svg(padding: 0, module_size: 4, use_path: true)
.qr-alternative
%p.hint= t('otp_authentication.manual_instructions')