fix(ui): always redirect to dashboard after team switch
This commit is contained in:
@@ -30,6 +30,6 @@ class SwitchTeam extends Component
|
|||||||
}
|
}
|
||||||
refreshSession($team_to_switch_to);
|
refreshSession($team_to_switch_to);
|
||||||
|
|
||||||
return redirect(request()->header('Referer'));
|
return redirect('dashboard');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user