+
- {"Change password"}
+ classes="btn btn-secondary">
+
+ {"Modify password"}
+
+
{"User details"}
+
+
{self.view_group_memberships(u)}
{self.view_add_group_button(u)}
{self.view_messages(error)}
diff --git a/app/src/components/user_details_form.rs b/app/src/components/user_details_form.rs
index 2db24a1..a4529ee 100644
--- a/app/src/components/user_details_form.rs
+++ b/app/src/components/user_details_form.rs
@@ -52,11 +52,11 @@ pub struct UserModel {
/// The GraphQL query sent to the server to update the user details.
#[derive(GraphQLQuery)]
#[graphql(
- schema_path = "../schema.graphql",
- query_path = "queries/update_user.graphql",
- response_derives = "Debug",
- variables_derives = "Clone,PartialEq,Eq",
- custom_scalars_module = "crate::infra::graphql"
+schema_path = "../schema.graphql",
+query_path = "queries/update_user.graphql",
+response_derives = "Debug",
+variables_derives = "Clone,PartialEq,Eq",
+custom_scalars_module = "crate::infra::graphql"
)]
pub struct UpdateUser;
@@ -180,36 +180,39 @@ impl Component for UserDetailsForm {
html! {