fix authProvider
for added custom
auth
This commit is contained in:
@ -6,12 +6,14 @@ export const Login = () => {
|
||||
<AuthPage
|
||||
type="login"
|
||||
title={<ThemedTitleV2 collapsed={false} text="Белые Ночи" icon={<ProjectIcon style={{color: '#7f6b58'}} />} />}
|
||||
formProps={{
|
||||
defaultValues: {
|
||||
email: 'test@wn.ru',
|
||||
password: 'testwn',
|
||||
},
|
||||
}}
|
||||
// formProps={
|
||||
// {
|
||||
// // defaultValues: {
|
||||
// // email: 'test@wn.ru',
|
||||
// // password: 'testwn',
|
||||
// // },
|
||||
// }
|
||||
// }
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user