mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
feat: fix missing phone number prefix in login screen (#1492)
fix: #1489
This commit is contained in:
parent
907d18d2e9
commit
6a6a1fa920
@ -404,7 +404,7 @@ class SignupPage extends React.Component {
|
|||||||
style={{
|
style={{
|
||||||
width: "100%",
|
width: "100%",
|
||||||
}}
|
}}
|
||||||
addonBefore={`+${this.state.application?.organizationObj.phonePrefix}`}
|
addonBefore={`+${this.getApplicationObj()?.organizationObj.phonePrefix}`}
|
||||||
onChange={e => this.setState({phone: e.target.value})}
|
onChange={e => this.setState({phone: e.target.value})}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user