app/views/casino/two_factor_authenticators/new.html.erb in casino-1.3.0 vs app/views/casino/two_factor_authenticators/new.html.erb in casino-1.3.1
- old
+ new
@@ -11,10 +11,10 @@
<%= t('two_factor_authenticators.instructions') %>
</p>
<div id="qr-code">
<img src="https://chart.googleapis.com/chart?cht=qr&chs=250x250&chl=<%= u "otpauth://totp/#{u CASinoCore::Settings.frontend[:sso_name] + ': ' + @two_factor_authenticator.user.username}?secret=#{@two_factor_authenticator.secret}" %>" height="250" width="250"><br />
</div>
- <p>
+ <p id="secret">
<%= t('two_factor_authenticators.secret') %>: <%= @two_factor_authenticator.secret %>
</p>
</div>
<div class="form">