update /login
page with russian translation
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
import {AuthPage, ThemedTitleV2} from '@refinedev/mui'
|
||||
import {ProjectIcon} from '../../components/ui/Icons'
|
||||
|
||||
export const Login = () => {
|
||||
return (
|
||||
<AuthPage
|
||||
type="login"
|
||||
title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={null} />}
|
||||
title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />}
|
||||
formProps={{
|
||||
defaultValues: {
|
||||
email: 'demo@refine.dev',
|
||||
|
Reference in New Issue
Block a user