return to test
This commit is contained in:
parent
1a4bedb520
commit
56757f2b11
|
@ -69,6 +69,8 @@ export default function Login({ flow }) {
|
|||
initialValues: fields.reduce((acc, field) => ({ ...acc, [field.name]: field.value }), {}),
|
||||
});
|
||||
|
||||
console.log(flow);
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-50 flex flex-col justify-center py-12 sm:px-6 lg:px-8">
|
||||
<div className="sm:mx-auto sm:w-full sm:max-w-md">
|
||||
|
|
Reference in New Issue