add setters for clients and authorized keys

This commit is contained in:
Ferdinand Schober
2025-03-23 11:48:39 +01:00
committed by Ferdinand Schober
parent a987f93133
commit 6d16747c19
3 changed files with 51 additions and 1 deletions

View File

@@ -253,6 +253,8 @@ pub enum FrontendRequest {
RemoveAuthorizedKey(String),
/// change the hook command
UpdateEnterHook(u64, Option<String>),
/// save config file
SaveConfiguration,
}
#[derive(Clone, Copy, PartialEq, Eq, Debug, Default, Serialize, Deserialize)]