mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 20:57:18 +03:00
Show Duo button
This commit is contained in:
parent
5579b1b33f
commit
d6d1d5d517
1 changed files with 1 additions and 4 deletions
|
@ -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 ****/
|
||||
|
@ -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; }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue