forked from Gitlink/forgeplus-react
update
This commit is contained in:
parent
102b21f255
commit
21ab03f3da
|
@ -226,7 +226,7 @@ export function TPMIndexHOC(WrappedComponent) {
|
|||
|
||||
|
||||
onOk =(values)=>{
|
||||
let url = `/accounts/gitea_regsiter.json`;
|
||||
let url = `/accounts/gitea_register.json`;
|
||||
const { email , current_user , is_sync_pwd } = this.state;
|
||||
if(email && !is_sync_pwd){
|
||||
url = `/users/change_password.json`;
|
||||
|
|
Loading…
Reference in New Issue