mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +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") {
|
} else if (record.name === "Email") {
|
||||||
options = [
|
options = [
|
||||||
{id: 'Normal', name: 'Normal'},
|
{id: 'Normal', name: 'Normal'},
|
||||||
{id: 'No Verification', name: 'No verification'},
|
{id: 'No verification', name: 'No verification'},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user