chore: open workspace with workspace auth type

This commit is contained in:
Nathan 2025-04-21 16:47:40 +08:00
parent 8cd0442a1f
commit 4634b51edf
13 changed files with 33 additions and 30 deletions

View file

@ -149,6 +149,7 @@ impl From<UserWorkspaceTable> for UserWorkspace {
icon: value.icon,
member_count: value.member_count,
role: value.role.map(|v| v.into()),
workspace_type: AuthType::from(value.workspace_type),
}
}
}