diff --git a/fastn-core/src/auth/ud.rs b/fastn-core/src/auth/ud.rs index c823390052..453f8d8688 100644 --- a/fastn-core/src/auth/ud.rs +++ b/fastn-core/src/auth/ud.rs @@ -1,4 +1,4 @@ -#[derive(serde::Deserialize)] +#[derive(serde::Deserialize, Clone)] pub struct UserData { pub username: String, pub name: String,