@ -269,9 +269,7 @@ class DefaultLayout extends Component {
)} />
) : (null);
})}
{ this.state.role_id == 28 ? (
<Redirect from="/" to="/dashboard-customer/48/50" />
) : <Redirect from="/" to="/dashboard" /> }
<Redirect from="/" to="/dashboard" />
</Switch>
</Suspense>
</Container>
@ -108,6 +108,9 @@ class Login extends Component {
let resData = result.data.data
window.localStorage.setItem('menu_login', JSON.stringify(resData));
this.setState({ loader: false })
if(role_id == 48){
this.props.history.push("/dashboard-customer/48/50");
}
this.props.history.push("/dashboard");
} else {
NotificationManager.error('Login Failed', 'Failed');