aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-11 17:32:46 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-11 17:32:46 +0100
commitbb3ab81618e63bc4cc688414dbd2917d961c964a (patch)
tree0eb88600e6757a3a6e825d48ec3b7c9de081128f /src/components/auth
parentIterate on issues config [skip ci] (diff)
downloadferdium-app-bb3ab81618e63bc4cc688414dbd2917d961c964a.tar.gz
ferdium-app-bb3ab81618e63bc4cc688414dbd2917d961c964a.tar.zst
ferdium-app-bb3ab81618e63bc4cc688414dbd2917d961c964a.zip
Add PublishDebugInfo modal in AuthLayout
Diffstat (limited to 'src/components/auth')
-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 }