mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
Clean up password forms.
This commit is contained in:
parent
6cf6a97b4d
commit
4451fc5982
10 changed files with 69 additions and 238 deletions
|
|
@ -7,7 +7,7 @@ import LanguageSetting from './LanguageSetting';
|
|||
import styles from './ProfileSettings.module.css';
|
||||
import ThemeSetting from './ThemeSetting';
|
||||
|
||||
export default function ProfileSettings() {
|
||||
export default function ProfileDetails() {
|
||||
const { user } = useUser();
|
||||
|
||||
if (!user) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue