diff --git a/index.html b/index.html index 9e5fc8f..8f0761f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + My book list
diff --git a/src/App.vue b/src/App.vue index 1ec1924..ef7d9f0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,6 @@ const { isAuthenticated, logout } = useAuth(); const toastService = useToast(); const authenticationService = new AuthenticationService(); -const { login } = useAuth(); - const fetchUser = async () => { if (isAuthenticated.value) { try { @@ -47,9 +45,6 @@ function handleLogout() {