footer rendering during authentication check

This commit is contained in:
Michael Schramm 2021-02-14 14:11:35 +01:00
parent 09aa1a4293
commit 14258f465f

View File

@ -128,4 +128,4 @@ const AuthFooterInner: React.FC<Props> = (props) => {
)
}
export const AuthFooter = withAuth(AuthFooterInner)
export const AuthFooter = withAuth(AuthFooterInner, [], true)