mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(ui): Add local login setting (#817)
This commit is contained in:
@@ -142,6 +142,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
hideAvailable: false,
|
||||
movie4kEnabled: false,
|
||||
series4kEnabled: false,
|
||||
localLogin: true,
|
||||
};
|
||||
|
||||
let locale = 'en';
|
||||
|
||||
Reference in New Issue
Block a user