update other auth
pages with russian translation
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import {AuthPage} from '@refinedev/mui'
|
||||
import {AuthPage, ThemedTitleV2} from '@refinedev/mui'
|
||||
import {ProjectIcon} from '../../components/ui/Icons'
|
||||
|
||||
export const ForgotPassword = () => {
|
||||
return <AuthPage type="forgotPassword" />
|
||||
return <AuthPage type="forgotPassword" title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />} />
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
import {AuthPage} from '@refinedev/mui'
|
||||
import {AuthPage, ThemedTitleV2} from '@refinedev/mui'
|
||||
import {ProjectIcon} from '../../components/ui/Icons'
|
||||
|
||||
export const Register = () => {
|
||||
return <AuthPage type="register" />
|
||||
return <AuthPage type="register" title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />} />
|
||||
}
|
||||
|
Reference in New Issue
Block a user