summaryrefslogtreecommitdiffstats
path: root/src/containers/auth/AuthLayoutContainer.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-19 16:05:00 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-19 16:05:00 +0100
commit5551cd9650afb48a1789ed36dffbe4df64e75e5b (patch)
tree5062736ac1ca89824adde9a82380d715a2030fba /src/containers/auth/AuthLayoutContainer.js
parentMerge branch 'develop' of github.com:meetfranz/franz into develop (diff)
parentBring package-lock in sync (diff)
downloadferdium-app-5551cd9650afb48a1789ed36dffbe4df64e75e5b.tar.gz
ferdium-app-5551cd9650afb48a1789ed36dffbe4df64e75e5b.tar.zst
ferdium-app-5551cd9650afb48a1789ed36dffbe4df64e75e5b.zip
Merge branch 'feature/dark-theme' into develop
Diffstat (limited to 'src/containers/auth/AuthLayoutContainer.js')
-rw-r--r--src/containers/auth/AuthLayoutContainer.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/containers/auth/AuthLayoutContainer.js b/src/containers/auth/AuthLayoutContainer.js
index 62b589d2f..e1a780d1e 100644
--- a/src/containers/auth/AuthLayoutContainer.js
+++ b/src/containers/auth/AuthLayoutContainer.js
@@ -26,6 +26,8 @@ export default @inject('stores', 'actions') @observer class AuthLayoutContainer
26 isAPIHealthy={!stores.app.healthCheckRequest.isError} 26 isAPIHealthy={!stores.app.healthCheckRequest.isError}
27 retryHealthCheck={actions.app.healthCheck} 27 retryHealthCheck={actions.app.healthCheck}
28 isHealthCheckLoading={stores.app.healthCheckRequest.isExecuting} 28 isHealthCheckLoading={stores.app.healthCheckRequest.isExecuting}
29 isFullScreen={stores.app.isFullscreen}
30 darkMode={stores.app.isSystemDarkModeEnabled}
29 > 31 >
30 {children} 32 {children}
31 </AuthLayout> 33 </AuthLayout>