From a46b6af1d659da7af0268357218615ab9f39458a Mon Sep 17 00:00:00 2001 From: Essem Date: Mon, 4 Dec 2023 06:30:17 -0600 Subject: [PATCH] Fix constant redirects to onboarding page (#2505) --- app/javascript/flavours/glitch/features/ui/index.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/flavours/glitch/features/ui/index.jsx b/app/javascript/flavours/glitch/features/ui/index.jsx index 0f5ad539f2..48bba29b8a 100644 --- a/app/javascript/flavours/glitch/features/ui/index.jsx +++ b/app/javascript/flavours/glitch/features/ui/index.jsx @@ -415,11 +415,6 @@ class UI extends Component { 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) { this.props.dispatch(fetchMarkers()); this.props.dispatch(expandHomeTimeline());