mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
fix: check that application URL and email agent are configured for password reset/generation (#1724)
* fix: check that application URL and email agent are configured for password reset/generation * refactor: reverse flex direction instead of conditionally changing justify
This commit is contained in:
@@ -148,6 +148,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
let currentSettings: PublicSettingsResponse = {
|
||||
initialized: false,
|
||||
applicationTitle: '',
|
||||
applicationUrl: '',
|
||||
hideAvailable: false,
|
||||
movie4kEnabled: false,
|
||||
series4kEnabled: false,
|
||||
@@ -159,6 +160,7 @@ CoreApp.getInitialProps = async (initialProps) => {
|
||||
vapidPublic: '',
|
||||
enablePushRegistration: false,
|
||||
locale: 'en',
|
||||
emailEnabled: false,
|
||||
};
|
||||
|
||||
if (ctx.res) {
|
||||
|
||||
Reference in New Issue
Block a user