fix: sign up without email verification do not work (#736)

This commit is contained in:
Resulte Lee
2022-05-03 18:05:58 +08:00
committed by GitHub
parent 78efc9c2d0
commit 43b1006f11

View File

@ -176,7 +176,7 @@ class SignupTable extends React.Component {
} else if (record.name === "Email") {
options = [
{id: 'Normal', name: 'Normal'},
{id: 'No Verification', name: 'No verification'},
{id: 'No verification', name: 'No verification'},
];
}