debian-mirror-gitlab/app/views/profiles/two_factor_auths/_codes.html.haml
2015-09-11 14:41:01 +05:30

13 lines
373 B
Text

%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.well
%ul
- @codes.each do |code|
%li
%span.monospace= code
= link_to 'Proceed', profile_account_path, class: 'btn btn-success'