feat: add option to only allow Plex sign-in from existing users (#1496)

* feat: add option to only allow Plex login from existing users

* fix: remove newPlexLogin from public settings
This commit is contained in:
TheCatLady
2021-04-26 08:06:54 -04:00
committed by GitHub
parent 3e5e9c0ad1
commit db49b2024d
6 changed files with 61 additions and 16 deletions

View File

@@ -82,6 +82,7 @@ export interface MainSettings {
};
hideAvailable: boolean;
localLogin: boolean;
newPlexLogin: boolean;
region: string;
originalLanguage: string;
trustProxy: boolean;
@@ -242,6 +243,7 @@ class Settings {
},
hideAvailable: false,
localLogin: true,
newPlexLogin: true,
region: '',
originalLanguage: '',
trustProxy: false,