|
|
@ -108,6 +108,9 @@ class Login extends Component { |
|
|
|
let resData = result.data.data |
|
|
|
let resData = result.data.data |
|
|
|
window.localStorage.setItem('menu_login', JSON.stringify(resData)); |
|
|
|
window.localStorage.setItem('menu_login', JSON.stringify(resData)); |
|
|
|
this.setState({ loader: false }) |
|
|
|
this.setState({ loader: false }) |
|
|
|
|
|
|
|
if(role_id == 48){ |
|
|
|
|
|
|
|
this.props.history.push("/dashboard-customer/48/50"); |
|
|
|
|
|
|
|
} |
|
|
|
this.props.history.push("/dashboard"); |
|
|
|
this.props.history.push("/dashboard"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
NotificationManager.error('Login Failed', 'Failed'); |
|
|
|
NotificationManager.error('Login Failed', 'Failed'); |
|
|
|