fix: add missing initial values to public settings

pull/2792/head
Jakob Ankarhem 2 years ago committed by Jakob Ankarhem
parent b0d1be7276
commit c74b9dcfe7
No known key found for this signature in database
GPG Key ID: 149CBB661002B3BE

@ -182,6 +182,8 @@ CoreApp.getInitialProps = async (initialProps) => {
locale: 'en',
emailEnabled: false,
newPlexLogin: true,
oidcLogin: false,
oidcName: '',
};
if (ctx.res) {

Loading…
Cancel
Save