Profile edit (WIP)
This commit is contained in:
parent
405aa68526
commit
327b2d0a5b
15 changed files with 174 additions and 46 deletions
|
|
@ -97,6 +97,8 @@ pub struct RemoveRecipeStep {
|
|||
///// PROFILE /////
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
pub struct SetProfileName {
|
||||
pub name: String,
|
||||
pub struct UpdateProfile {
|
||||
pub name: Option<String>,
|
||||
pub email: Option<String>,
|
||||
pub password: Option<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue