mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
fix: sign up without email verification do not work (#736)
This commit is contained in:
@ -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'},
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user