Skip to content

Commit 32f8001

Browse files
authored
Disable email login feature
1 parent 39af16c commit 32f8001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import './mainbg.scss';
66
import { useNavigate } from 'react-router-dom';
77
import { Field, Form, Formik, FormikValues } from 'formik';
88

9-
const ENABLE_EMAIL_LOGIN = true;
9+
const ENABLE_EMAIL_LOGIN = false;
1010

1111
function sleep(time: number) {
1212
return new Promise((resolve) => setTimeout(resolve, time));

0 commit comments

Comments
 (0)