BigW Consortium Gitlab

_codes.html.haml 373 Bytes
Newer Older
1
%p.slead
2
  Should you ever lose your phone, each of these recovery codes can be used one
3 4 5
  time each to regain access to your account. Please save them in a safe place, or you
  %b will
  lose access to your account.
6 7 8 9 10

.codes.well
  %ul
    - @codes.each do |code|
      %li
11
        %span.monospace= code
12

13
= link_to 'Proceed', profile_account_path, class: 'btn btn-success'