vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit b050c60807bb20d23aca95df31421ff768cf0ce0
parent edca4248aa76020d8b966b1c484aba80df8b13fc
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 12 Sep 2022 17:11:43 +0200

Merge pull request #2738 from BlackDex/issue-2737

Fix issue 2737, unable to create org
Diffstat:
Msrc/api/core/organizations.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/core/organizations.rs b/src/api/core/organizations.rs @@ -1351,7 +1351,7 @@ fn get_organization_tax(org_id: String, _headers: Headers) -> Json<Value> { } #[get("/plans")] -fn get_plans(_headers: Headers) -> Json<Value> { +fn get_plans() -> Json<Value> { // Respond with a minimal json just enough to allow the creation of an new organization. Json(json!({ "Object": "list",