From 976a702aa120e53694a7a652fa43328eb60d4cde Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Sat, 9 Oct 2021 14:02:24 +0100 Subject: [PATCH] Stop hiding single organization policy The single organization is now supported by vaultwarden, as per https://github.com/dani-garcia/vaultwarden/pull/1991 We can therefore stop hiding the setting in the web UI. --- patches/v2.23.0.patch | 3 --- 1 file changed, 3 deletions(-) diff --git a/patches/v2.23.0.patch b/patches/v2.23.0.patch index 693facb..9479b63 100644 --- a/patches/v2.23.0.patch +++ b/patches/v2.23.0.patch @@ -236,9 +236,6 @@ index a3fb35de..e439e08e 100644 +/* Hide the warning that policy config is moving to Business Portal */ +app-org-policies > app-callout { @extend %bwrs-hide; } + -+/* Hide `Single Organization` policy */ -+app-org-policies > table > tbody > tr:nth-child(4) { @extend %bwrs-hide; } -+ +/* Hide Tax Info and Form in Organization settings */ +app-org-account > div.secondary-header:nth-child(3) { @extend %bwrs-hide; } +app-org-account > div.secondary-header:nth-child(3) + p { @extend %bwrs-hide; }