aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/auth/AuthLayout.js3
1 files changed, 3 insertions, 0 deletions
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';
8import Link from '../ui/Link'; 8import Link from '../ui/Link';
9import InfoBar from '../ui/InfoBar'; 9import InfoBar from '../ui/InfoBar';
10 10
11import { Component as PublishDebugInfo } from '../../features/publishDebugInfo';
12
11import { 13import {
12 oneOrManyChildElements, 14 oneOrManyChildElements,
13 globalError as globalErrorPropType, 15 globalError as globalErrorPropType,
@@ -101,6 +103,7 @@ class AuthLayout extends Component {
101 <img src="./assets/images/adlk.svg" alt="" /> 103 <img src="./assets/images/adlk.svg" alt="" />
102 </Link> 104 </Link>
103 </div> 105 </div>
106 <PublishDebugInfo />
104 </> 107 </>
105 ); 108 );
106 } 109 }