diff --git a/html/setup.html b/html/setup.html index e228ab7..0e82692 100644 --- a/html/setup.html +++ b/html/setup.html @@ -137,7 +137,7 @@ {{ .lang.Login.authorizeWithJellyfin }} - {{ .lang.Login.adminOnly }} + {{ .lang.Login.adminOnly }} {{ .lang.Login.allowAll }} diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index beb3dd5..e13c11d 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -1334,9 +1334,7 @@ export class accountsList { const list = this._collectUsers(); let applyList: string[] = []; for (let id of list) { - if (this._users[id].expiry || enableUser) { - applyList.push(id); - } + applyList.push(id); } this._enableExpiryReason.classList.add("unfocused"); let header: string;