From 09f83f8f6c6c1021d7709be799c1d2c5b3bf3016 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Feb 2024 16:21:06 +0300 Subject: vnext: configure devserver proxy --- vnext/src/ui/Feeds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Feeds.js') diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js index 0cebdce6..31c76e66 100644 --- a/vnext/src/ui/Feeds.js +++ b/vnext/src/ui/Feeds.js @@ -35,7 +35,7 @@ function RequireAuth({ children }) { // trying to go to when they were redirected. This allows us to send them // along to that page after they login, which is a nicer user experience // than dropping them off on the home page. - return + return } return children -- cgit v1.2.3