|
|
@@ -59,7 +59,7 @@
|
|
|
const result = await response.json();
|
|
|
authentication.set(result);
|
|
|
localStorage.setItem('authentication', JSON.stringify(result));
|
|
|
- await goto('/home');
|
|
|
+ await goto('/portfolio');
|
|
|
} else {
|
|
|
const error = await response.json();
|
|
|
console.error('Login failed:', error);
|