forked from Gitlink/forgeplus-react
同步弹框显示问题
This commit is contained in:
parent
91ea90546e
commit
4183c95af3
|
@ -168,7 +168,7 @@ export function TPMIndexHOC(WrappedComponent) {
|
|||
})
|
||||
console.log("11:",response.data);
|
||||
if(response.data && response.data.login){
|
||||
if(response.data.has_gitea_user && response.data.has_gitea_user===false){
|
||||
if(!response.data.has_gitea_user){
|
||||
this.setState({
|
||||
giteaVisible:true,
|
||||
email:response.data.email
|
||||
|
|
Loading…
Reference in New Issue