Skip to content
Snippets Groups Projects
Commit 8ee1ccf0 authored by Luke Picciau's avatar Luke Picciau Committed by Annabel Dunstone Gray
Browse files

Add 2fa button

parent 623ba9fd
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -279,6 +279,10 @@ table.u2f-registrations {
}
}
 
.codes {
padding-top: 14px;
}
.oauth-application-show {
.scope-name {
font-weight: $gl-font-weight-bold;
Loading
Loading
Loading
Loading
@@ -10,4 +10,6 @@
%li
%span.monospace= code
 
= link_to 'Proceed', profile_account_path, class: 'btn btn-success'
.d-flex
= link_to 'Proceed', profile_account_path, class: 'btn btn-success append-right-10'
= link_to 'Download codes', "data:text/plain;charset=utf-8,#{URI.encode(@codes.join("\n"))}", download: "gitlab-recovery-codes.txt", class: 'btn btn-default'
---
title: Add button to download 2FA codes
merge_request:
author: Luke Picciau
type: added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment