mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix dashboard import
This commit is contained in:
parent
4388e5e29a
commit
5f137b174d
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ function askForExit() {
|
|||
return;
|
||||
}
|
||||
|
||||
import('../scripts/clientUtils').then(() => {
|
||||
import('../utils/dashboard').then(() => {
|
||||
import('../components/actionSheet/actionSheet').then((actionsheet) => {
|
||||
const userId = Dashboard.getCurrentUserId();
|
||||
const logoutEntry = userId ? [{ id: 'logout', name: globalize.translate('ButtonSignOut') }] : [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue