Skip to content

Commit b51d40b

Browse files
committed
Add principals to user config
1 parent 955a8c2 commit b51d40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pub enum GitProviderType {
9393
#[derive(Debug, Deserialize, Serialize, PartialEq)]
9494
struct User {
9595
name: String,
96+
principals: Vec<String>,
9697
sources: Vec<String>,
9798
}
9899

0 commit comments

Comments
 (0)