mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
372f709f95
17 changed files with 641 additions and 1455 deletions
|
|
@ -38,7 +38,9 @@ export default function ProfileSettings() {
|
|||
<dd>{user.username}</dd>
|
||||
</dl>
|
||||
{changePassword && (
|
||||
<Modal title="Change password">
|
||||
<Modal
|
||||
title={<FormattedMessage id="title.change-password" defaultMessage="Change password" />}
|
||||
>
|
||||
<ChangePasswordForm
|
||||
values={{ user_id }}
|
||||
onSave={handleSave}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue