|
|
@ -346,6 +346,10 @@ class LoginDialog extends Component {
|
|
|
|
if(response===undefined){
|
|
|
|
if(response===undefined){
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(response.data.identity === null || response.data.identity === undefined){
|
|
|
|
|
|
|
|
this.props.history.push("/interesse");
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
if(response.status===200){
|
|
|
|
if(response.status===200){
|
|
|
|
if (response.data.status === 402) {
|
|
|
|
if (response.data.status === 402) {
|
|
|
|
window.location.href = response.data.url;
|
|
|
|
window.location.href = response.data.url;
|
|
|
|