mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-13 11:13:05 -05:00
Fix constant redirects to onboarding page (#2505)
This commit is contained in:
parent
23ee393fdd
commit
a46b6af1d6
@ -415,11 +415,6 @@ class UI extends Component {
|
|||||||
|
|
||||||
this.favicon = new Favico({ animation:'none' });
|
this.favicon = new Favico({ animation:'none' });
|
||||||
|
|
||||||
// On first launch, redirect to the follow recommendations page
|
|
||||||
if (signedIn && this.props.firstLaunch) {
|
|
||||||
this.props.history.replace('/start');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (signedIn) {
|
if (signedIn) {
|
||||||
this.props.dispatch(fetchMarkers());
|
this.props.dispatch(fetchMarkers());
|
||||||
this.props.dispatch(expandHomeTimeline());
|
this.props.dispatch(expandHomeTimeline());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user