diff options
author | Agustin Henze <tin@redhat.com> | 2019-04-02 10:37:57 +0200 |
---|---|---|
committer | Agustin Henze <tin@redhat.com> | 2019-04-02 10:37:57 +0200 |
commit | 70079f1d3f779d94bb497949716a2417e445ff56 (patch) | |
tree | e2916fcc846df9d18ac4b6b09b419c6ce142f62e /doc/user/profile | |
parent | a30eebea904b85fe00ff93014f7c20a3b480fe5f (diff) | |
download | gitlab-ce-70079f1d3f779d94bb497949716a2417e445ff56.tar.gz |
Fix format typo on generate-new-recovery-codes-using-ssh
The rendering is broken and it's confusing when you are reading the doc about
generate the recovery codes using ssh.
Signed-off-by: Agustin Henze <tin@redhat.com>
Diffstat (limited to 'doc/user/profile')
-rw-r--r-- | doc/user/profile/account/two_factor_authentication.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/profile/account/two_factor_authentication.md b/doc/user/profile/account/two_factor_authentication.md index 8b3ae19b544..69dfad829b4 100644 --- a/doc/user/profile/account/two_factor_authentication.md +++ b/doc/user/profile/account/two_factor_authentication.md @@ -161,6 +161,7 @@ a new set of recovery codes with SSH. 1. Run `ssh git@gitlab.example.com 2fa_recovery_codes`. 1. You are prompted to confirm that you want to generate new codes. Continuing this process invalidates previously saved codes. + ``` bash $ ssh git@gitlab.example.com 2fa_recovery_codes |