We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955a8c2 commit b51d40bCopy full SHA for b51d40b
src/config.rs
@@ -93,6 +93,7 @@ pub enum GitProviderType {
93
#[derive(Debug, Deserialize, Serialize, PartialEq)]
94
struct User {
95
name: String,
96
+ principals: Vec<String>,
97
sources: Vec<String>,
98
}
99
0 commit comments