aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/AuthLayout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/AuthLayout.tsx')
-rw-r--r--src/components/auth/AuthLayout.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/auth/AuthLayout.tsx b/src/components/auth/AuthLayout.tsx
index 67e898318..3952045b2 100644
--- a/src/components/auth/AuthLayout.tsx
+++ b/src/components/auth/AuthLayout.tsx
@@ -106,6 +106,7 @@ class AuthLayout extends Component<IProps, IState> {
106 )} 106 )}
107 <div className="auth__layout"> 107 <div className="auth__layout">
108 {/* Inject globalError into children */} 108 {/* Inject globalError into children */}
109 {/* eslint-disable-next-line @eslint-react/no-clone-element */}
109 {cloneElement(children, { error })} 110 {cloneElement(children, { error })}
110 </div> 111 </div>
111 {/* </div> */} 112 {/* </div> */}