mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Show CustomGithubCorner in other pages.
This commit is contained in:
@ -24,6 +24,7 @@ import * as ApplicationBackend from "../backend/ApplicationBackend";
|
||||
import * as UserBackend from "../backend/UserBackend";
|
||||
import {CountDownInput} from "../component/CountDownInput";
|
||||
import SelectRegionBox from "../SelectRegionBox";
|
||||
import CustomGithubCorner from "../CustomGithubCorner";
|
||||
|
||||
const formItemLayout = {
|
||||
labelCol: {
|
||||
@ -528,6 +529,7 @@ class SignupPage extends React.Component {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<CustomGithubCorner />
|
||||
|
||||
<Row>
|
||||
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
|
||||
|
Reference in New Issue
Block a user