Skip to content

Commit

Permalink
Show Duo button
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Apr 7, 2019
1 parent 5579b1b commit d6d1d5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions patches/v2.8.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ diff --git a/src/scss/styles.scss b/src/scss/styles.scss
index 3df655fd..7e57cffe 100644
--- a/src/scss/styles.scss
+++ b/src/scss/styles.scss
@@ -1,5 +1,37 @@
@@ -1,5 +1,34 @@
@import "../css/webfonts.css";

+/**** START Bitwarden_RS CHANGES ****/
Expand All @@ -62,9 +62,6 @@ index 3df655fd..7e57cffe 100644
+/* Hide Two-Factor menu in Organization settings */
+app-org-settings a[href$="/settings/two-factor"] { @extend %bwrs-hide; }
+
+/* Hide 2FA Duo button */
+ul.list-group.list-group-2fa > li:nth-child(3) button { @extend %bwrs-hide; }
+
+/* Hide 2FA Email button */
+ul.list-group.list-group-2fa > li:nth-child(5) button { @extend %bwrs-hide; }
+
Expand Down

0 comments on commit d6d1d5d

Please sign in to comment.