????

Your IP : 18.119.0.207


Current Path : C:/inetpub/vhost/redmine/app/views/twofa/totp/
Upload File :
Current File : C:/inetpub/vhost/redmine/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>