summaryrefslogtreecommitdiff
path: root/app/views/profiles/two_factor_auths/_codes.html.haml
blob: 93722d7b034349318cd0d42f634a21ca17d3eff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%p.slead
  Should you ever lose your phone, each of these recovery codes can be used one
  time each to regain access to your account. Please save them in a safe place, or you
  %b will
  lose access to your account.

.codes.card
  %ul
    - @codes.each do |code|
      %li
        %span.monospace= code

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