mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Add resource list page.
This commit is contained in:
@ -437,7 +437,7 @@ class SignupPage extends React.Component {
|
||||
this.props.history.goBack();
|
||||
}}
|
||||
>
|
||||
<iframe style={{border: 0, width: "100%", height: "60vh"}} srcDoc={this.state.termsOfUseContent}/>
|
||||
<iframe title={"terms"} style={{border: 0, width: "100%", height: "60vh"}} srcDoc={this.state.termsOfUseContent}/>
|
||||
</Modal>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user