From 273b9a2516bddc2e1c1aa24103f315e334bc4c24 Mon Sep 17 00:00:00 2001 From: proffapt Date: Tue, 2 Jul 2024 22:20:30 +0530 Subject: [PATCH] feat(login route): react routing -> network call --- web/src/components/ActionBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ActionBar.jsx b/web/src/components/ActionBar.jsx index 67aa638e8..39c23cf6d 100644 --- a/web/src/components/ActionBar.jsx +++ b/web/src/components/ActionBar.jsx @@ -155,7 +155,7 @@ const ProfileIcon = () => { )} {!session.exists() && config.enable_login && ( - )}