update /login page with russian translation

This commit is contained in:
maxim
2025-02-19 16:44:35 +03:00
parent 56660a3123
commit f5bc0bd185
4 changed files with 33 additions and 3 deletions

View File

@ -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',