mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Feat/um 140 password modal (#1718)
* Change password to modal. * Close on save.
This commit is contained in:
parent
7bbed0e12b
commit
74d2cd8d03
7 changed files with 58 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ import React from 'react';
|
|||
import { FormattedMessage } from 'react-intl';
|
||||
import DateRangeSetting from './DateRangeSetting';
|
||||
import LanguageSetting from './LanguageSetting';
|
||||
import styles from './ProfileSettings.module.css';
|
||||
import styles from './ProfileDetails.module.css';
|
||||
import ThemeSetting from './ThemeSetting';
|
||||
|
||||
export default function ProfileDetails() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue