0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-14 09:58:20 +02:00
This commit is contained in:
BlackDex 2021-12-24 17:59:12 +01:00
parent 0a5df06e77
commit 4bd8eae07e
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1

View file

@ -235,7 +235,7 @@ fn get_user_collections(headers: Headers, conn: DbConn) -> Json<Value> {
}
#[get("/organizations/<org_id>/collections")]
fn get_org_collections(org_id: String, _headers: AdminHeaders, conn: DbConn) -> Json<Value> {
fn get_org_collections(org_id: String, _headers: ManagerHeadersLoose, conn: DbConn) -> Json<Value> {
Json(json!({
"Data":
Collection::find_by_organization(&org_id, &conn)