@@ -77,6 +77,7 @@ impl FromRequestParts<AppState> for Session {
|
||||
.unwrap_or_default()
|
||||
.into_iter()
|
||||
.map(|o| CachedOrg {
|
||||
organisation_id: o.organisation_id,
|
||||
name: o.name,
|
||||
role: o.role,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user