fix authProvider for added custom auth

This commit is contained in:
maxim
2025-03-28 00:29:13 +03:00
parent da3a162adb
commit 35e4718630
6 changed files with 90 additions and 64 deletions

View File

@ -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',
// // },
// }
// }
/>
)
}