We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcab921 commit 69b3c7cCopy full SHA for 69b3c7c
1 file changed
src/pages/login.tsx
@@ -6,7 +6,7 @@ import './mainbg.scss';
6
import { useNavigate } from 'react-router-dom';
7
import { Field, Form, Formik, FormikValues } from 'formik';
8
9
-const ENABLE_EMAIL_LOGIN = false;
+const ENABLE_EMAIL_LOGIN = true;
10
11
function sleep(time: number) {
12
return new Promise((resolve) => setTimeout(resolve, time));
0 commit comments