Skip to content

Commit

Permalink
fix: login with incorrect credentials stuck in endless loop
Browse files Browse the repository at this point in the history
* Also removed unnecessary setting from VSCode settings.json (reported by Volar)

Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Jan 10, 2024
1 parent 75cfd7b commit 5371a67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"mode": "auto"
}
],
"emmet.includeLanguages": {
"vue": "html"
},
"vue.autoInsert.dotValue": true,
"vue.server.fullCompletionList": true,
"sonarlint.output.showAnalyzerLogs": true,
Expand Down
1 change: 1 addition & 0 deletions frontend/src/plugins/remote/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class RemotePluginAuth {
}

useSnackbar(errorMessage, 'error');
throw error;
}
}
}
Expand Down

0 comments on commit 5371a67

Please sign in to comment.