fix: login with incorrect credentials stuck in endless loop

* Also removed unnecessary setting from VSCode settings.json (reported by Volar)

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2024-01-09 23:51:39 +01:00
parent 75cfd7bab6
commit 5371a67e9b
2 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,6 @@
"mode": "auto"
}
],
"emmet.includeLanguages": {
"vue": "html"
},
"vue.autoInsert.dotValue": true,
"vue.server.fullCompletionList": true,
"sonarlint.output.showAnalyzerLogs": true,

View File

@ -216,6 +216,7 @@ class RemotePluginAuth {
}
useSnackbar(errorMessage, 'error');
throw error;
}
}
}