diff --git a/src/rust/lqos_config/src/authentication.rs b/src/rust/lqos_config/src/authentication.rs index 9856cfca..57ced451 100644 --- a/src/rust/lqos_config/src/authentication.rs +++ b/src/rust/lqos_config/src/authentication.rs @@ -66,6 +66,7 @@ impl WebUsers { Ok(filename) } + /// Is the list of users empty? pub fn is_empty(&self) -> bool { self.users.is_empty() }