mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Account settings page.
This commit is contained in:
parent
58a1be7a30
commit
b5cf9f8719
32 changed files with 597 additions and 162 deletions
|
|
@ -7,7 +7,7 @@ import Logo from 'assets/logo.svg';
|
|||
export default function LoginPage() {
|
||||
return (
|
||||
<Layout title="login" header={false} footer={false} center middle>
|
||||
<Icon icon={<Logo />} size="XL" />
|
||||
<Icon icon={<Logo />} size="xlarge" />
|
||||
<LoginForm />
|
||||
</Layout>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue