aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-08 18:13:00 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-08 18:13:00 +0100
commit532c99f3d30ab8adc0963f0814ce3151e1b61caf (patch)
tree5127fd43a7cf06275caf18879c589d2cc142fcc9 /src/config.rs
parentcf18eb8afb76a25150c885c6cf525aedcc25facc (diff)
downloadaerogramme-532c99f3d30ab8adc0963f0814ce3151e1b61caf.tar.gz
aerogramme-532c99f3d30ab8adc0963f0814ce3151e1b61caf.zip
rework static login provider
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 85d38aa..876091f 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -124,6 +124,7 @@ pub struct UserEntry {
pub email_addresses: Vec<String>,
pub password: String,
+ #[serde(flatten)]
pub crypto_root: CryptographyRoot,
#[serde(flatten)]