Add RedirectTo after login for Universal linking or deep linking to work (#6304)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
b28227ff6b
Коммит
554938a840
@@ -94,7 +94,7 @@ function preNeedsTeam(nextState, replace, callback) {
|
||||
const team = TeamStore.getByName(teamName);
|
||||
|
||||
if (!team) {
|
||||
browserHistory.push('/');
|
||||
browserHistory.push('/?redirect_to=' + encodeURIComponent(nextState.location.pathname));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user