mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix QuickConnect for 10.8
This commit is contained in:
parent
2e09fca9c9
commit
36438ba3be
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ import cardBuilder from '../../../components/cardbuilder/cardBuilder';
|
||||||
dialogHelper.close(dlg);
|
dialogHelper.close(dlg);
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await apiClient.quickConnect(data.Authentication);
|
const result = await apiClient.quickConnect(data.Secret);
|
||||||
onLoginSuccessful(result.User.Id, result.AccessToken, apiClient);
|
onLoginSuccessful(result.User.Id, result.AccessToken, apiClient);
|
||||||
}, function (e) {
|
}, function (e) {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue