From bb3ab81618e63bc4cc688414dbd2917d961c964a Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 11 Jan 2022 17:32:46 +0100 Subject: Add PublishDebugInfo modal in AuthLayout --- src/components/auth/AuthLayout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js index 94ff5d54d..7e96067eb 100644 --- a/src/components/auth/AuthLayout.js +++ b/src/components/auth/AuthLayout.js @@ -8,6 +8,8 @@ import { mdiFlash } from '@mdi/js'; import Link from '../ui/Link'; import InfoBar from '../ui/InfoBar'; +import { Component as PublishDebugInfo } from '../../features/publishDebugInfo'; + import { oneOrManyChildElements, globalError as globalErrorPropType, @@ -101,6 +103,7 @@ class AuthLayout extends Component { + ); } -- cgit v1.2.3-54-g00ecf