mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-21 15:23:50 +08:00
fix: add country/region selectbox in prompt page (#1022)
This commit is contained in:
@ -152,7 +152,7 @@ class SignupTable extends React.Component {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (record.visible) {
|
||||
if (record.visible && record.name !== "Country/Region") {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user