mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 08:10:26 +00:00
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:
parent
75cfd7bab6
commit
5371a67e9b
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -34,9 +34,6 @@
|
||||
"mode": "auto"
|
||||
}
|
||||
],
|
||||
"emmet.includeLanguages": {
|
||||
"vue": "html"
|
||||
},
|
||||
"vue.autoInsert.dotValue": true,
|
||||
"vue.server.fullCompletionList": true,
|
||||
"sonarlint.output.showAnalyzerLogs": true,
|
||||
|
@ -216,6 +216,7 @@ class RemotePluginAuth {
|
||||
}
|
||||
|
||||
useSnackbar(errorMessage, 'error');
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user