When the user clicks a logout button, if the current route has an AuthGuard (the only guard in my entire app) then I want to redirect the user to the home page.
My lo