@@ -18,6 +18,7 @@
const storedAuth = localStorage.getItem('authentication');
if (storedAuth) {
authentication.set(JSON.parse(storedAuth));
+ goto("/portfolio");
}
} catch (error) {
console.error('Error parsing stored auth:', error);