mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Get real IP for verification log.
This commit is contained in:
@ -423,7 +423,7 @@ class SignupPage extends React.Component {
|
||||
// </Button>,
|
||||
]}
|
||||
>
|
||||
<div dangerouslySetInnerHTML={{__html: this.state.application.termsOfUse}} />
|
||||
<div dangerouslySetInnerHTML={{__html: this.state.application?.termsOfUse}} />
|
||||
</Modal>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user