Account settings page.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user