app: Add support for modifying an avatar
This commit is contained in:
committed by
nitnelave
parent
60c594438c
commit
686bdc0cb1
@@ -198,8 +198,7 @@ impl Component for UserDetails {
|
||||
<>
|
||||
<h3>{u.id.to_string()}</h3>
|
||||
<UserDetailsForm
|
||||
user=u.clone()
|
||||
on_error=self.common.callback(Msg::OnError)/>
|
||||
user=u.clone() />
|
||||
<div class="row justify-content-center">
|
||||
<NavButton
|
||||
route=AppRoute::ChangePassword(u.id.clone())
|
||||
|
||||
Reference in New Issue
Block a user