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 39af16c commit 32f8001Copy full SHA for 32f8001
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 = true;
+const ENABLE_EMAIL_LOGIN = false;
10
11
function sleep(time: number) {
12
return new Promise((resolve) => setTimeout(resolve, time));
0 commit comments