feat!: consolidates admin.logoutRoute and admin.inactivityRoute into admin.routes (#6354)

This commit is contained in:
Jacob Fletcher
2024-05-14 17:18:19 -04:00
committed by GitHub
parent 6e116a76fd
commit 6a0fffe002
26 changed files with 368 additions and 104 deletions

View File

@@ -78,7 +78,7 @@ export const initPage = async ({
if (redirectUnauthenticatedUser && !user) {
handleAuthRedirect({
adminRoute,
config: payload.config,
redirectUnauthenticatedUser,
route,
searchParams,