HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Redmine-4.x/redmine-4.2.9/app/views/twofa/totp/_new.html.erb
<p>
  <label>&nbsp;</label>
  <%= image_tag RQRCode::QRCode.new(twofa_view[:provisioning_uri]).as_png(fill: ChunkyPNG::Color::TRANSPARENT, resize_exactly_to: 280, border_modules: 0).to_data_url, id: 'twofa_code' -%>
</p>
<p>
  <label><%=l 'twofa__totp__label_plain_text_key' -%></label>
  <code><%= twofa_view[:totp_key].scan(/.{4}/).join(' ') -%></code>
</p>