Skip to content

Commit

Permalink
Merge branch 'main' into expr
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev authored Feb 16, 2024
2 parents 4e87cc5 + e7893bc commit b297399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastn-core/src/auth/ud.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[derive(serde::Deserialize)]
#[derive(serde::Deserialize, Clone)]
pub struct UserData {
pub username: String,
pub name: String,
Expand Down

0 comments on commit b297399

Please sign in to comment.