Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Merge pull request #2738 from BlackDex/issue-2737
Fix issue 2737, unable to create org
Dieser Commit ist enthalten in:
Commit
b050c60807
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1351,7 +1351,7 @@ fn get_organization_tax(org_id: String, _headers: Headers) -> Json<Value> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[get("/plans")]
|
#[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.
|
// Respond with a minimal json just enough to allow the creation of an new organization.
|
||||||
Json(json!({
|
Json(json!({
|
||||||
"Object": "list",
|
"Object": "list",
|
||||||
|
|
Laden …
In neuem Issue referenzieren