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 ProfileDetails from 'components/pages/ProfileDetails';
|
||||
import ProfileSettings from 'components/pages/ProfileSettings';
|
||||
import useRequireLogin from 'hooks/useRequireLogin';
|
||||
import React from 'react';
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ export default function TeamsPage() {
|
|||
|
||||
return (
|
||||
<Settings>
|
||||
<ProfileDetails />
|
||||
<ProfileSettings />
|
||||
</Settings>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue