mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Clean up password forms.
This commit is contained in:
parent
6cf6a97b4d
commit
4451fc5982
10 changed files with 69 additions and 238 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Settings from 'components/pages/Settings';
|
||||
import UserDetails from 'components/pages/UserDetails';
|
||||
import UserSettings from 'components/pages/UserSettings';
|
||||
import useRequireLogin from 'hooks/useRequireLogin';
|
||||
import { useRouter } from 'next/router';
|
||||
import React from 'react';
|
||||
|
|
@ -15,7 +15,7 @@ export default function TeamDetailPage() {
|
|||
|
||||
return (
|
||||
<Settings>
|
||||
<UserDetails userId={id} />
|
||||
<UserSettings userId={id} />
|
||||
</Settings>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue