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