This commit is contained in:
@ -1,13 +1,20 @@
|
||||
import {AuthPage, ThemedTitleV2} from '@refinedev/mui'
|
||||
import {ProjectIcon} from '../../components/ui/Icons'
|
||||
import { AuthPage, ThemedTitleV2 } from "@refinedev/mui";
|
||||
import { ProjectIcon } from "../../components/ui/Icons";
|
||||
import { Ship } from "lucide-react";
|
||||
|
||||
export const Login = () => {
|
||||
return (
|
||||
<AuthPage
|
||||
type="login"
|
||||
title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />}
|
||||
title={
|
||||
<ThemedTitleV2
|
||||
collapsed={false}
|
||||
text="Белые Ночи"
|
||||
icon={<Ship style={{ color: "#7f6b58" }} />}
|
||||
/>
|
||||
}
|
||||
forgotPasswordLink={false}
|
||||
registerLink={false} // only admin can add users
|
||||
/>
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user