From fa4e0ffc149ecf22537580e2a0f804366efd1724 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Sun, 23 Jan 2022 15:24:15 -0800 Subject: [PATCH] Unhide the `API Key` section under `My Account` Requires dani-garcia/vaultwarden#2245. --- patches/v2.25.0.patch | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/patches/v2.25.0.patch b/patches/v2.25.0.patch index 76ef40d..c0ba8d8 100644 --- a/patches/v2.25.0.patch +++ b/patches/v2.25.0.patch @@ -193,7 +193,7 @@ diff --git a/src/scss/styles.scss b/src/scss/styles.scss index 45a91fe1..4509368f 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss -@@ -55,3 +55,57 @@ +@@ -55,3 +55,49 @@ @import "./plugins"; @import "./tables"; @import "./toasts"; @@ -230,14 +230,6 @@ index 45a91fe1..4509368f 100644 +/* Hide the `This account is owned by a business` checkbox and label */ +#ownedBusiness, label[for^=ownedBusiness] { @extend %vw-hide; } + -+/* Hide the `API Key` section under `My Account` */ -+app-account > div:nth-child(9), -+app-account > p, -+app-account > button:nth-child(11), -+app-account > button:nth-child(12) { -+ @extend %vw-hide; -+} -+ +/* Hide the radio button and label for the `Custom` org user type */ +#userTypeCustom, label[for^=userTypeCustom] { + @extend %vw-hide;