diff --git a/packages/sshecret-frontend/src/views/LoginPage.vue b/packages/sshecret-frontend/src/views/LoginPage.vue index a05efc6..470df88 100644 --- a/packages/sshecret-frontend/src/views/LoginPage.vue +++ b/packages/sshecret-frontend/src/views/LoginPage.vue @@ -75,7 +75,6 @@ const baseURL = import.meta.env.SSHECRET_FRONTEND_API_BASE_URL const oidcLoginUrl = baseURL + '/api/v1/oidc/login' async function submitLogin() { - error.value = false const success = await auth.login(username.value, password.value) if (success) { router.push('/')