mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
%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.
|
|
|
|
.codes.well
|
|
%ul
|
|
- @codes.each do |code|
|
|
%li
|
|
%span.monospace= code
|
|
|
|
= link_to 'Proceed', profile_account_path, class: 'btn btn-success'
|