Skip to content

Commit 5665e69

Browse files
committed
code quality
1 parent a935c30 commit 5665e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ pub struct User {
10201020
pub struct AccessConfig {
10211021
/// List of users with their credentials and permissions
10221022
pub users: Vec<User>,
1023-
1023+
10241024
/// List of OAuth2 clients with their identifiers and allowed callback URLs
10251025
pub clients: Vec<Client>,
10261026
}

0 commit comments

Comments
 (0)