mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Use HATEOAS link to change password
This commit is contained in:
@@ -60,8 +60,7 @@ class Profile extends React.Component<Props, State> {
|
||||
<Route path={url} exact render={() => <ProfileInfo me={me} />} />
|
||||
<Route
|
||||
path={`${url}/password`}
|
||||
exact
|
||||
component={ChangeUserPassword}
|
||||
render={() => <ChangeUserPassword me={me} />}
|
||||
/>
|
||||
</div>
|
||||
<div className="column">
|
||||
|
||||
Reference in New Issue
Block a user